求符合此条件的三位数
问题描述:
求符合此条件的三位数
例如153=1^3+5^3+3^3,
答
#include
#include
using namespace std;
void main()
{
int i;
for(i=100;i