답안 #596755

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
596755 2022-07-15T03:08:29 Z Deepesson Peru (RMI20_peru) C++17
0 / 100
1 ms 468 KB
#include <bits/stdc++.h>
int solve(int n, int k, int* array){
    assert(n!=2500000);
}

Compilation message

peru.cpp: In function 'int solve(int, int, int*)':
peru.cpp:4:1: warning: control reaches end of non-void function [-Wreturn-type]
    4 | }
      | ^
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 468 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 468 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 468 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -