You are viewing a single comment's thread. Return to all comments →
i have got only so:
for(int i=1;i<=n;sum+=(n%i==0?i:0),i++);
Seems like cookies are disabled on this browser, please enable them to open this website
Day 19: Interfaces
You are viewing a single comment's thread. Return to all comments →
i have got only so: