Submission #93287

#TimeUsernameProblemLanguageResultExecution timeMemory
93287toloraiaBomb (IZhO17_bomb)C++14
0 / 100
3 ms380 KiB
#include <bits/stdc++.h> using namespace std; const int N = 4e6 + 5, M = (1<<20); int main() { ios::sync_with_stdio(false); cout<<1<<endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...