Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
108397 王晏林 07苹果和虫子 C++ Compile Error 0 MS 0 KB 285 2025-01-20 10:48:39

Tests(0/0):


Code:

#include<iostream> #include<cstdio> using namespace std; int main(){ int n,x,y,z; cin>>n>>x>>y; z=n-y/x; if(y%x!=0){ z-=1; } if(z<=0){ cout<<0<<endl; } eles{ cout<<z<<endl; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:14:6: error: 'eles' was not declared in this scope
      eles{
      ^