Problem typo
User ToiletBrIcker
Submission Time 2024-06-19 09:50:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 0; i < N-1; i ++){
| ^~~
typo.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < N-1; i ++){
| ^
typo.cpp:23:6: error: ‘yoos’ was not declared in this scope
23 | if (yoos == true){
| ^~~~