Problem | catlunch |
---|---|
User | mingging1748 |
Submission Time | 2024-11-17 13:41:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:2:5: error: ‘ll’ was not declared in this scope
2 | ll n, k;
| ^~
catlunch.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> n >> k;
| ^~~
catlunch.cpp:3:12: error: ‘n’ was not declared in this scope
3 | cin >> n >> k;
| ^
catlunch.cpp:3:17: error: ‘k’ was not declared in this scope
3 | cin >> n >> k;
| ^
catlunch.cpp:4:7: error: expected ‘;’ before ‘a’
4 | ll a[n];
| ^~
| ;
catlunch.cpp:6:12: error: expected ‘;’ before ‘i’
6 | for (ll i = 0; i < n; i++) {
| ^~
| ;
catlunch.cpp:6:20: error: ‘i’ was not declared in this scope
6 | for (ll i = 0; i < n; i++) {
| ^
catlunch.cpp:7:16: error: ‘a’ was not declared in thi