| Problem | zaneism |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-26 13:04:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
zaneism.cpp:6:13: error: missing terminating " character
6 | cout << "I believe in Zane, the Creator of CPIC Land. Bestow upon us thy
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zaneism.cpp:7:53: error: missing terminating " character
7 | 'courage' and 'wisdom' for a Gold Medal in NOI 2027.";
| ^~
zaneism.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
zaneism.cpp:5:1: note: in expansion of macro ‘int’
5 | int main(){
| ^~~
zaneism.cpp: In function ‘int main()’:
zaneism.cpp:7:23: error: expected ‘;’ before ‘for’
7 | 'courage' and 'wisdom' for a Gold Medal in NOI 2027.";
| ^~~~
| ;