Problem | photo |
---|---|
User | Xiaoyang |
Submission Time | 2024-02-27 09:37:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:48:23: error: expected ‘;’ before ‘:’ token
48 | if(p==n*s)goto hell:
| ^
| ;
photo.cpp:48:23: error: expected primary-expression before ‘:’ token
photo.cpp:53:3: error: ‘hell’ was not declared in this scope; did you mean ‘ll’?
53 | hell;
| ^~~~
| ll
photo.cpp:48:19: error: label ‘hell’ used but not defined
48 | if(p==n*s)goto hell:
| ^~~~