Problem | psle |
---|---|
User | Ningja |
Submission Time | 2023-11-08 11:14:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main() {
| ~~~
psle.cpp: In function ‘int main()’:
psle.cpp:9:6: error: ‘score’ was not declared in this scope
9 | if (score >= 91) {
| ^~~~~