Problem | exam |
---|---|
User | Adam |
Submission Time | 2024-06-18 10:52:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
exam.cpp: In function ‘int main()’:
exam.cpp:4:26: error: expected primary-expression before ‘;’ token
4 | cout << "Hello World" <<;
| ^
exam.cpp: At global scope:
exam.cpp:6:24: error: expected unqualified-id before ‘{’ token
6 | long long x = 8, y = 4;{
| ^