goto

#include<iostream> using namespace std; int main() { int i = 0; begin: cout << "this is a test!" << endl; if(++i > 100) goto end; goto begin;
相關文章
相關標籤/搜索