| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 154088 | 鸡哥 | 08判断区间 | C++ | Compile Error | 0 MS | 0 KB | 171 | 2026-05-24 14:24:15 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,n,y; cin>>a>>n>>y; if(a < y){ if(a > n){ cout<<"y"; }endl{ cout<<"n"; } } }
Main.cc: In function 'int main()':
Main.cc:10:6: error: expected ';' before '{' token
}endl{
^
Main.cc:15:1: error: statement cannot resolve address of overloaded function
}
^