#include<iostream> using namespace std; int main(){ do { cout<<"啵"; }while(1) cout<<endl; return 0; }
请问有什么问题呢?这个是死循环,不断输出啵字。