Problem ihate1111
User louisleehi
Submission Time 2023-12-04 16:19:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:10:9: error: expected ‘,’ or ‘;’ before ‘if’
10 | if (x >= 1110 && (y%111) == 0) {
| ^~
ihate1111.cpp:12:11: error: ‘else’ without a previous ‘if’
12 | } else {
| ^~~~