Problem lightningrod
User hwy
Submission Time 2023-06-08 18:00:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp:8:14: error: stray ‘\342’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:15: error: stray ‘\200’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:16: error: stray ‘\231’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:18: error: stray ‘\342’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:19: error: stray ‘\200’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:20: error: stray ‘\231’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:30: error: stray ‘\342’ in program
8 | while (ch < ’0’ || ch > ’9’){
| ^
lightningrod.cpp:8:31: error: stray ‘\200’ in pro