| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 154124 | 鸡哥 | 08判断区间 | C++ | Compile Error | 0 MS | 0 KB | 186 | 2026-05-24 15:07:36 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,n,y; cin>>a>>n>>y; if(a>=n){ if(a=<y){ cout<<"y"; }else{ } }else{ cout<<"n"; } }
Main.cc: In function 'int main()': Main.cc:7:8: error: expected primary-expression before '<' token if(a=