Problem flamethrower
User christal
Submission Time 2023-12-06 16:39:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:7:6: error: redeclaration of ‘int c’
7 | int c=0;
| ^
flamethrower.cpp:6:12: note: ‘int c’ previously declared here
6 | int N, K, c;
| ^