| Problem | amicablecats |
|---|---|
| User | Hytoh |
| Submission Time | 2023-12-27 15:49:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
amicablecats.cpp: In function ‘int sum(int)’:
amicablecats.cpp:7:17: error: assignment of read-only location ‘sum’
7 | sum += i;
| ~~~~^~~~
amicablecats.cpp:9:21: error: assignment of read-only location ‘sum’
9 | sum += num / i;
| ~~~~^~~~~~~~~~
amicablecats.cpp:13:12: error: invalid conversion from ‘int (*)(int)’ to ‘int’ [-fpermissive]
13 | return sum;
| ^~~
| |
| int (*)(int)