Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
137262 gqj 07比较大小 C++ Compile Error 0 MS 0 KB 162 2025-11-17 16:00:14

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a>b){ cont<<a; }else{ cont<<b; } }


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'cont' was not declared in this scope
     cont<