Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149257 张蔚林 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 136 2026-03-08 15:27:56

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int m,n; cin>>m>>n; if((m>=)&&(n<=)&&(){ } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:12: error: expected primary-expression before ')' token
     if((m>=)&&(n<=)&&(){
            ^
Main.cc:7:19: error: expected primary-expression before ')' token
     if((m>=)&&(n<=)&&(){
                   ^
Main.cc:7:23: error: expected primary-expression before ')' token
     if((m>=)&&(n<=)&&(){
                       ^
Main.cc:7:24: error: expected ')' before '{' token
     if((m>=)&&(n<=)&&(){
                        ^