Problem ihate1111
User darius0
Submission Time 2024-12-04 11:02:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘if’
11 | if (e%11 == 0 and e != 0 and f%11 == 0){
| ^~
ihate1111.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | }else{
| ^~~~