Problem | psle |
---|---|
User | bsayshello |
Submission Time | 2024-01-29 16:41:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:8:5: error: redefinition of ‘int main()’
8 | int main(){
| ^~~~
psle.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main(){
| ^~~~
psle.cpp: In function ‘int main()’:
psle.cpp:9:12: error: expected unqualified-id before ‘if’
9 | long long if (s > 91){
| ^~
psle.cpp:11:5: error: ‘else’ without a previous ‘if’
11 | } else if (75 > s < 90){
| ^~~~
psle.cpp:11:19: error: ‘s’ was not declared in this scope
11 | } else if (75 > s < 90){
| ^
psle.cpp:22:3: error: expected ‘}’ at end of input
22 | }
| ^
psle.cpp:8:11: note: to match this ‘{’
8 | int main(){
| ^