Submission #38362

#TimeUsernameProblemLanguageResultExecution timeMemory
38362daniel_02Bomb (IZhO17_bomb)C++14
0 / 100
0 ms2016 KiB
#include <bits/stdc++.h>

#define pb push

using namespace std;

const int N = 105;

main()
{
	cout << 0 << endl;
}


Compilation message (stderr)

bomb.cpp:9:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
#Verdict Execution timeMemoryGrader output
Fetching results...