| Problem | exam |
|---|---|
| User | Ningja |
| Submission Time | 2023-11-08 10:03:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:28: error: expected ‘;’ before ‘int’
5 | std::cout << "Hello World"
| ^
| ;
6 | int A,B;
| ~~~
exam.cpp:7:14: error: ‘A’ was not declared in this scope
7 | std::cin >> A >> B;
| ^
exam.cpp:7:19: error: ‘B’ was not declared in this scope
7 | std::cin >> A >> B;
| ^