| Problem | exam |
|---|---|
| User | Adam |
| Submission Time | 2024-06-18 11:00:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:4:36: error: expected ‘;’ before ‘long’
4 | cout << "Hello World" << std::endl
| ^
| ;
5 | long long x, y;
| ~~~~
exam.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x >> yn;
| ^