Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
146532 余建成 15听到多少次掌声 C++ Compile Error 0 MS 0 KB 400 2026-01-29 11:58:39

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int t=0,c=1,qw=1,xm=1,xy=1,flag=0; while(qw/xm/xy<30){ flag=0; t++; it(qw<10) { flag=1; qw++; } it(xm<10&&t%2==0) { flag=1; xm++; } it(xy<10&&t%4==0) { flag=1; xy++; if(flag) c++; } cout<<c<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:9:13: error: 'it' was not declared in this scope
     it(qw<10)
             ^
Main.cc:28:1: error: expected '}' at end of input
 }
 ^