| Problem | timeexam |
|---|---|
| User | claireau |
| Submission Time | 2026-08-08 20:10:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:15:3: error: expected ‘}’ before ‘else’
15 | else if (sexyminutes=>10){
| ^~~~
timeexam.cpp:13:22: note: to match this ‘{’
13 | if (sexyminutes<10){
| ^
timeexam.cpp:15:24: error: expected primary-expression before ‘>’ token
15 | else if (sexyminutes=>10){
| ^
timeexam.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
timeexam.cpp:5:16: note: to match this ‘{’
5 | signed main () {
| ^