[ZJ]d290: 完全数

題目:
http://zerojudge.tw/ShowProblem?problemid=d290
========================================================

#include<cstdio>
int main()
{
    printf("33550336\n");
return 0;
}

留言