Problem floors
User PlayVoltz
Submission Time 2023-08-14 21:27:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

floors.cpp: In function ‘int main()’:
floors.cpp:29:14: error: expected ‘;’ before ‘i’
29 | for (ll i=n i>a; --i){
| ^~
| ;