摘要:
阅读全文
posted @ 2018-03-06 21:25
兔子子子
阅读(440)
评论(0)
推荐(0)
摘要:
#include using namespace std; #include #include string f(int i) { stringstream ss; ss<<i; return ss.str(); } int main() { int i; for(i=11;i<30;i++) { string s=f(i*i*i)... 阅读全文
posted @ 2018-03-06 16:33
兔子子子
阅读(113)
评论(0)
推荐(0)
浙公网安备 33010602011771号