Problem | exam |
---|---|
User | Adam |
Submission Time | 2024-06-18 10:53:29 |
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:36: error: expected ‘;’ before ‘}’ token
4 | cout << "Hello World" << std::endl
| ^
| ;
5 | }
| ~
exam.cpp: At global scope:
exam.cpp:6:24: error: expected unqualified-id before ‘{’ token
6 | long long x = 8, y = 4;{
| ^