2021年1月27日

摘要: #include <stdio.h> #include <iostream> using namespace std; int main() { int q = 0; for(q =0; q < 3; q++) { if(q==0) { cout<<"11111"<<endl; goto label 阅读全文
posted @ 2021-01-27 20:33 lydstory 阅读(328) 评论(0) 推荐(0)

导航