2017-09-16 12:13:44

writer:pprp

特判

#include <iostream>

using namespace std;

int main()
{
int cas;
cin >> cas;
while(cas--)
cout << "0" << endl;

  return 0;  
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-01-16
  • 2022-12-23
  • 2022-03-04
猜你喜欢
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
相关资源
相似解决方案