Problem | eating |
---|---|
User | Ok |
Submission Time | 2023-05-08 18:24:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:9:29: error: expected ‘;’ before ‘cin’
9 | ios::sync_with_stdio(false)
| ^
| ;
10 | cin.tie(NULL);
| ~~~
eating.cpp:15:16: error: ‘a’ was not declared in this scope
15 | cin >> a;
| ^