Submission #93303

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