Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
120741 陈泊延 07苹果和虫子 C++ Compile Error 0 MS 0 KB 206 2025-05-31 15:41:29

Tests(0/0):


Code:

int main(){ int n,x,y; cin>>n>>x>>y; if(y%x==0){ n=n-y/x; } else; n=<n-(y%x+y/x); } if(n<0){ cuot<<0; } else cuot<<'n'; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:3:5: error: 'cin' was not declared in this scope
     cin>>n>>x>>y;
     ^
Main.cc:8:11: error: expected primary-expression before '<' token
         n=