#include #include #include using namespace std; int main(int argc, char *argv[]) { system("chcp 1253"); int i,t; for ( ; ; ) { //επικύνδυνη ανακύκλωση cin >> t; if ( t==0 ) break; } cout<<"End of an infinite loop...with t=0\n"; for (i=0; i<10 ;i++ ) { //επικύνδυνη ανακύκλωση if ( i==6 ) break; cout<<"i="<