摘要:
#include <iostream> #include <algorithm> using namespace std; int main(){ int a[3]={1, 2, 3}; do{ for (int i = 0; i < 3; i++) cout<<a[i]; cout<<endl; 阅读全文
posted @ 2015-01-26 13:12
do+better
阅读(116)
评论(0)
推荐(0)
浙公网安备 33010602011771号