Problem | amicablecats |
---|---|
User | yanganyi |
Submission Time | 2023-07-24 22:52:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
amicablecats.cpp: In function ‘long long int amicable(long long int)’:
amicablecats.cpp:11:31: error: expected ‘;’ before ‘:’ token
11 | if (n/i!=i) s+=n/i:
| ^
| ;