| Problem | amicablecats |
|---|---|
| User | Hytoh |
| Submission Time | 2023-12-27 15:15:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
amicablecats.cpp: In function ‘int main()’:
amicablecats.cpp:9:15: error: expected ‘;’ before ‘return’
9 | cout << "-1"
| ^
| ;
10 | return 0;
| ~~~~~~