Problem flamethrower
User nianhe
Submission Time 2023-11-08 10:52:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int32_t main()’:
flamethrower.cpp:8:6: error: redeclaration of ‘long long int t’
8 | int t=0;
| ^
flamethrower.cpp:7:20: note: ‘long long int t’ previously declared here
7 | int n, K, k[1005],t;
| ^