Problem ping
User bensonlzl
Submission Time 2022-12-22 21:55:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from ping.cpp:7:
grader.cpp: In function ‘int main()’:
grader.cpp:11:23: error: a function-definition is not allowed here before ‘{’ token
11 | void print_WA(int msg){
| ^
grader.cpp:16:16: error: a function-definition is not allowed here before ‘{’ token
16 | int ping(int x){
| ^
grader.cpp:23:11: error: a function-definition is not allowed here before ‘{’ token
23 | int main(){
| ^