Problem ihate1111
User GWC2724
Submission Time 2023-11-17 13:50:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:5:12: error: ‘i’ was not declared in this scope
5 | string a[i];
| ^
ihate1111.cpp:9:7: error: ‘a’ was not declared in this scope
9 | a[i] = "YES";
| ^
ihate1111.cpp:12:7: error: ‘a’ was not declared in this scope
12 | a[i] = "NO";
| ^
ihate1111.cpp:16:9: error: ‘a’ was not declared in this scope
16 | cout<<a[i];
| ^