Submission #93300

#TimeUsernameProblemLanguageResultExecution timeMemory
93300toloraiaBomb (IZhO17_bomb)C++14
2 / 100
2 ms420 KiB
#include <bits/stdc++.h> #define ll long long #define F first #define S second using namespace std; const int N = 2600; int main() { ios::sync_with_stdio(false); cout<<2<<endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...