rt,写个代码来点儿彩头
#include <iostream> using namespace std; int main() { int rp = 100; while(1) { cout << "CSP逢考必过,rp++!!! " ; cout <<"rp:" << rp << endl; rp++; } return 0; }