답안 #263685

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
263685 2020-08-14T00:56:50 Z oolimry 청소 (JOI20_sweeping) C++14
0 / 100
2814 ms 504 KB
#include <bits/stdc++.h>
using namespace std;
int main() {
  long long sum = 0;
  for (int i = 0; i <= 300000000; i++){
    sum += rand();
  }
  assert(false);
  return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2814 ms 480 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2789 ms 504 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2797 ms 488 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2797 ms 488 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 2814 ms 480 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -