Problem ultimateifelse
User lynovyl
Submission Time 2024-07-04 17:00:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:24:14: error: ‘s’ was not declared in this scope
24 | else if (s.length()>5){
| ^
ultimateifelse.cpp:30:18: error: lvalue required as left operand of assignment
30 | else if (N%2=0){
| ^
ultimateifelse.cpp:31:16: error: expected primary-expression before ‘long’
31 | cin >> long long x=222222222222222222222;
| ^~~~
ultimateifelse.cpp:32:17: error: ‘x’ was not declared in this scope
32 | cout << x << endl;
| ^