Submission #93301

#TimeUsernameProblemLanguageResultExecution timeMemory
93301toloraiaBomb (IZhO17_bomb)C++14
3 / 100
8 ms404 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<<3<<endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...