Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144638 张锦程 07交换数据II C++ Compile Error 0 MS 0 KB 244 2026-01-24 14:40:52

Tests(0/0):


Code:

#include<iotream> using namespace std; int main(){ int a,b; cin>>a>>b; int t=0; if(a>b){ t=a; a=b; b=t; cout<<a<<" "<<b<<endl; }else cout<<a<<" "<<b<<endl; return 0; }


Run Info:

Main.cc:1:18: fatal error: iotream: No such file or directory
 #include
                  ^
compilation terminated.