Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95767 | 张运衡 | 08比较大小 | C++ | Compile Error | 0 MS | 0 KB | 174 | 2024-11-02 10:46:59 |
#include<bits/stdc++.h> using namespace std; int main(){ int b,a; cin>>b>>a; if(b<a){ cout<<s<<"<"<<b; } if (b<a){ cout<<b<<"<"<<a; } return 0; }
Main.cc: In function 'int main()': Main.cc:7:9: error: 's' was not declared in this scope cout<