Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154124 鸡哥 08判断区间 C++ Compile Error 0 MS 0 KB 186 2026-05-24 15:07:36

Tests(0/0):


Code:

#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"; } }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:8: error: expected primary-expression before '<' token
   if(a=