제출 #93301

#제출 시각아이디문제언어결과실행 시간메모리
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...