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

Compile Error

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