Problem | typo |
---|---|
User | YongXin |
Submission Time | 2023-06-02 10:40:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout<<"Yes"
| ^
| ;
8 | } else {
| ~
typo.cpp:10:3: error: expected ‘,’ or ‘;’ before ‘for’
10 | for (long long i=0;i<x-1;++i){
| ^~~
typo.cpp:10:22: error: ‘i’ was not declared in this scope
10 | for (long long i=0;i<x-1;++i){
| ^
typo.cpp:22:12: error: expected ‘;’ before ‘}’ token
22 | cout<<"No"
| ^
| ;
23 | }
| ~