| Problem | exam |
|---|---|
| User | Orson |
| Submission Time | 2025-02-21 14:18:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:14: error: expected ‘;’ before ‘:’ token
5 | std::cin>>x:
| ^
| ;
exam.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | }else{
| ^~~~