Problem ihate1111
User Cat
Submission Time 2025-02-11 21:24:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:7:16: error: lvalue required as left operand of assignment
7 | if ( x % 11 = 0){
| ^
ihate1111.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | cout << "YES"};
| ^
| ;
ihate1111.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else { cout << "NO"};
| ^~~~
ihate1111.cpp:11:21: error: expected ‘;’ before ‘}’ token
11 | else { cout << "NO"};
| ^
| ;