Problem flamethrower
User YokeKai314
Submission Time 2025-03-28 14:01:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int32_t main()’:
flamethrower.cpp:18:9: error: redeclaration of ‘long long int x’
18 | int x = sum;
| ^
flamethrower.cpp:7:9: note: ‘long long int x’ previously declared here
7 | int x = 0;
| ^