Problem | typo |
---|---|
User | Tristyy |
Submission Time | 2024-06-19 11:08:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:16:8: error: expected ‘;’ before ‘}’ token
16 | p++
| ^
| ;
17 | } else {
| ~
typo.cpp:22:14: error: lvalue required as left operand of assignment
22 | if (p % 2 = 0){
| ^