Problem | catlunch |
---|---|
User | lzy |
Submission Time | 2025-02-21 00:25:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:5:51: error: expected ‘;’ before ‘int’
5 | ios::sync_with_stdio(0);cin.tie(0);cout.tie(0)
| ^
| ;
6 |
7 | int N, K;
| ~~~
catlunch.cpp:8:12: error: ‘N’ was not declared in this scope
8 | cin >> N >> K;
| ^
catlunch.cpp:8:17: error: ‘K’ was not declared in this scope
8 | cin >> N >> K;
| ^