#include <iostream>
#include <vector>
using namespace std;
const int mx = 100'000;
using vi = vector<int>;
int main()
{
vi edge[1+mx];
for(int i = 1; i < mx; i++)
{
edge[i].push_back(i+1);
edge[i+1].push_back(i);
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
10 ms |
5716 KB |
Wrong number of edges |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
13 ms |
5716 KB |
Wrong number of edges |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
10 ms |
5716 KB |
Output is correct |
2 |
Incorrect |
10 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
13 ms |
5744 KB |
Output is correct |
2 |
Incorrect |
11 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
11 ms |
5716 KB |
Output is correct |
2 |
Incorrect |
11 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
11 ms |
5756 KB |
Output is correct |
2 |
Incorrect |
11 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
11 ms |
5736 KB |
Output is correct |
2 |
Incorrect |
14 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
12 ms |
5836 KB |
Output is correct |
2 |
Incorrect |
10 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
9 ms |
5760 KB |
Output is correct |
2 |
Incorrect |
11 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
10 ms |
5716 KB |
Output is correct |
2 |
Incorrect |
9 ms |
5716 KB |
Wrong number of edges |
3 |
Halted |
0 ms |
0 KB |
- |