Problem | goodchef |
---|---|
User | Pan |
Submission Time | 2024-07-04 09:38:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodchef.cpp: In function ‘int main()’:
goodchef.cpp:66:10: error: ‘ret’ was not declared in this scope
66 | print(ret, '\n');
| ^~~
goodchef.cpp:16:38: note: in definition of macro ‘print’
16 | #define print(x, y) printf("%lld%c", x, y);
| ^
goodchef.cpp: At global scope:
goodchef.cpp:69:2: error: expected unqualified-id before ‘return’
69 | return 0;
| ^~~~~~
goodchef.cpp:70:1: error: expected declaration before ‘}’ token
70 | }
| ^