Problem | catlunch |
---|---|
User | PyAce |
Submission Time | 2025-08-13 18:29:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:9:30: error: expected ‘;’ before ‘cin’
9 | ios_base::sync_with_stdio(0)
| ^
| ;
10 | cin.tie(0)
| ~~~
catlunch.cpp:13:9: error: ‘input1’ was not declared in this scope; did you mean ‘inputs1’?
13 | cin >> input1 >> inputs1;
| ^~~~~~
| inputs1