Problem | blank |
---|---|
User | mingging1748 |
Submission Time | 2024-08-01 21:30:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blank.cpp: In function ‘int main()’:
blank.cpp:5:9: error: expected primary-expression before ‘void’
5 | return void;
| ^~~~
blank.cpp:5:8: error: expected ‘;’ before ‘void’
5 | return void;
| ^~~~~
| ;
blank.cpp:5:9: error: declaration does not declare anything [-fpermissive]
5 | return void;
| ^~~~