Problem ihate1111
User Logout
Submission Time 2023-11-08 14:19:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:6:25: error: expected ‘;’ before ‘for’
6 | cin >> numberCases >> x
| ^
| ;
7 | for (int i = 1; i <= numberCases; i++){
| ~~~
ihate1111.cpp:7:18: error: ‘i’ was not declared in this scope
7 | for (int i = 1; i <= numberCases; i++){
| ^