Problem | catlunch |
---|---|
User | silvspider |
Submission Time | 2024-07-06 09:48:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:5:2: error: declaration does not declare anything [-fpermissive]
5 | ios_base;;sync_with_stdio(false);cin.tie(0);
| ^~~~~~~~
catlunch.cpp:5:12: error: ‘sync_with_stdio’ was not declared in this scope
5 | ios_base;;sync_with_stdio(false);cin.tie(0);
| ^~~~~~~~~~~~~~~