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

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"; } cout<<"n"; } }


Run Info:

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