Problem | whatisthisactf |
---|---|
User | YSH2020 |
Submission Time | 2024-09-08 16:24:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp:1:1: error: ‘::main’ must return ‘int’
1 | void main() {
| ^~~~
whatisthisactf.cpp: In function ‘int main()’:
whatisthisactf.cpp:2:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
2 | return;
| ^~~~~~