제출 #17728

#제출 시각아이디문제언어결과실행 시간메모리
17728Elibay힘 센 거북 (IZhO11_turtle)C++98
0 / 100
2 ms380 KiB
#include <bits/stdc++.h>

using namespace std;

const int MaxN = 1e5 + 17, INF = 1e9 + 17;

int n, m, k, t, z;
int main ()
{
    cin >> n >> m >> k >> t >> z;
    cout << 0;
    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...