Problem ihate1111
User yuanbin
Submission Time 2026-08-12 15:11:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:11:27: error: expected ‘;’ before ‘}’ token
11 | if (num < 0) {cout<<"No"}
| ^
| ;
ihate1111.cpp:12:34: error: expected ‘;’ before ‘}’ token
12 | else if (num%11==0){cout<<"Yes"}
| ^
| ;
ihate1111.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | else {cout<<"No"}
| ^
| ;