Problem | telephone |
---|---|
User | adammmamammamamamaamamam |
Submission Time | 2023-05-20 19:09:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
telephone.cpp: In function ‘int main()’:
telephone.cpp:7:22: error: expected ‘;’ before ‘}’ token
7 | poo = poo - y
| ^
| ;
8 | } pee = pee + y
| ~
telephone.cpp:8:22: error: expected ‘;’ before ‘cout’
8 | } pee = pee + y
| ^
| ;
9 | cout << poo << ' ';
| ~~~~