Problem catlunch
User hitarthdangra
Submission Time 2025-06-18 14:54:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:11:11: error: expected ‘;’ before ‘:’ token
11 | cin >> A:
| ^
| ;
catlunch.cpp:14:5: error: ‘else’ without a previous ‘if’
14 | } else {
| ^~~~
catlunch.cpp:18:3: error: expected ‘}’ at end of input
18 | }
| ^
catlunch.cpp:9:31: note: to match this ‘{’
9 | for (int i = 0 ; i < N; i++) {
| ^
catlunch.cpp:18:3: error: expected ‘}’ at end of input
18 | }
| ^
catlunch.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^