Dota_Data
2015-08-28 19:02
错在哪里啊
td = (num%100)/10; if(num == hd*hd*hd + td*td*td + sd*sd*sd)
这2行的括号错了,改成英文的括号即可
td = (num%100)/10; if(num == hd*hd*hd + td*td*td + sd*sd*sd)
Perona 回复Dota_D...
嗯哪,么么哒~~
2015-08-31 22:00:47
共 2 条回复 >
C语言入门
928343 学习 · 21550 问题
相似问题
回答 3
回答 2
回答 1