Problem amicablecats
User PlayVoltz
Submission Time 2023-05-19 23:55:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

amicablecats.cpp: In function ‘int main()’:
amicablecats.cpp:25:24: error: expected ‘)’ before ‘{’ token
25 | if (n==amicability(m){
| ~ ^
| )
amicablecats.cpp:31:2: error: expected primary-expression before ‘}’ token
31 | }
| ^