| Problem | flipcards |
|---|---|
| User | Xiaoyang |
| Submission Time | 2023-12-02 17:58:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flipcards.cpp: In function ‘void scan(ll&)’:
flipcards.cpp:38:11: error: expected ‘;’ before ‘andc’
38 | for(;c>47 andc<58;c=getchar()){
| ^~~~~
| ;
flipcards.cpp:38:12: error: ‘andc’ was not declared in this scope
38 | for(;c>47 andc<58;c=getchar()){
| ^~~~
flipcards.cpp:38:19: error: expected ‘)’ before ‘;’ token
38 | for(;c>47 andc<58;c=getchar()){
| ~ ^
| )
flipcards.cpp:38:31: error: expected ‘;’ before ‘)’ token
38 | for(;c>47 andc<58;c=getchar()){
| ^
| ;