| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137362 | wzx | 07交换数据II | C++ | Compile Error | 0 MS | 0 KB | 127 | 2025-11-17 16:20:51 |
#include <iostream> using namespace std; int main(){ int a; int b; cin>> a; cin>> b; if(a>b){ cout<<ba;
Main.cc: In function 'int main()': Main.cc:9:9: error: 'ba' was not declared in this scope cout<