Problem flamethrower
User supercel980
Submission Time 2024-08-03 12:09:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:8:10: error: expected ‘;’ before ‘vector’
8 | best = 0
| ^
| ;
9 | vector<long long> T(n);
| ~~~~~~
flamethrower.cpp:11:10: error: ‘T’ was not declared in this scope
11 | cin >> T[i];
| ^
flamethrower.cpp:15:7: error: ‘T’ was not declared in this scope
15 | c+= T[i];
| ^
flamethrower.cpp:19:6: error: ‘T’ was not declared in this scope
19 | c-=T[min];
| ^