綜合
評(píng)分
評(píng)分
9.73
- 內(nèi)容實(shí)用9.9
- 簡(jiǎn)潔易懂9.7
- 邏輯清晰9.6

#include<iostream> using namespace std; int main(void) { cout<<"終于學(xué)完了,好棒"<<endl; return 0; }
時(shí)間:2016-08-10
0/300
取消
回復(fù)

int start = 0; for (int i = 0; i ++) { start++; if (start = 32) { break; } } cout << start << endl;
時(shí)間:2016-07-29
0/300
取消
回復(fù)