답안 #1104427

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1104427 2024-10-23T18:01:52 Z Faggi Regions (IOI09_regions) C++11
0 / 100
108 ms 1872 KB
#include<bits/stdc++.h>
using namespace std;
int main(){    int n, r, q, i, a, b;    cin >> n >> r >> q;    vector<int>reg(n+1),sup(n+1);    cin >> reg[1];    for(i=2; i<=n; i++)    {        cin >> sup[i] >> reg[i];    }    while(q--)    
{        
cin >> a >> b;    }    
return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
2 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
3 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
4 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
5 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
6 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
7 Execution timed out 1 ms 336 KB Time limit exceeded (wall clock)
8 Execution timed out 2 ms 336 KB Time limit exceeded (wall clock)
9 Execution timed out 3 ms 336 KB Time limit exceeded (wall clock)
10 Execution timed out 4 ms 336 KB Time limit exceeded (wall clock)
11 Execution timed out 7 ms 336 KB Time limit exceeded (wall clock)
12 Execution timed out 6 ms 336 KB Time limit exceeded (wall clock)
13 Execution timed out 7 ms 592 KB Time limit exceeded (wall clock)
14 Execution timed out 10 ms 592 KB Time limit exceeded (wall clock)
15 Execution timed out 12 ms 592 KB Time limit exceeded (wall clock)
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 22 ms 848 KB Time limit exceeded (wall clock)
2 Execution timed out 23 ms 848 KB Time limit exceeded (wall clock)
3 Execution timed out 26 ms 1104 KB Time limit exceeded (wall clock)
4 Execution timed out 10 ms 592 KB Time limit exceeded (wall clock)
5 Execution timed out 14 ms 592 KB Time limit exceeded (wall clock)
6 Execution timed out 17 ms 592 KB Time limit exceeded (wall clock)
7 Execution timed out 22 ms 848 KB Time limit exceeded (wall clock)
8 Execution timed out 49 ms 1104 KB Time limit exceeded (wall clock)
9 Execution timed out 51 ms 1360 KB Time limit exceeded (wall clock)
10 Execution timed out 58 ms 1616 KB Time limit exceeded (wall clock)
11 Execution timed out 69 ms 1872 KB Time limit exceeded (wall clock)
12 Execution timed out 108 ms 1872 KB Time limit exceeded (wall clock)
13 Execution timed out 61 ms 1872 KB Time limit exceeded (wall clock)
14 Execution timed out 70 ms 1872 KB Time limit exceeded (wall clock)
15 Execution timed out 71 ms 1872 KB Time limit exceeded (wall clock)
16 Execution timed out 66 ms 1872 KB Time limit exceeded (wall clock)
17 Execution timed out 64 ms 1872 KB Time limit exceeded (wall clock)