답안 #680706

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
680706 2023-01-11T15:03:23 Z iosif_andrei_ XOR Sum (info1cup17_xorsum) C++14
0 / 100
160 ms 131072 KB
#include <bits/stdc++.h> 
using namespace std;

vector <int> v;

int main()
{
    for (int i = 1; i <= 30000000; i++)
        v.push_back(i);

    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 147 ms 131072 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 160 ms 131072 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 160 ms 131072 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 147 ms 131072 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 147 ms 131072 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -