Problem | flamethrower |
---|---|
User | StormyGood |
Submission Time | 2024-01-26 15:08:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:12:23: error: redeclaration of ‘int b’
12 | int minimum = 100000,b;
| ^
flamethrower.cpp:6:8: note: ‘int b’ previously declared here
6 | int a,b;
| ^