Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
147533 于墨轩 08三个数排序 C++ Compile Error 0 MS 0 KB 170 2026-02-05 22:29:38

Tests(0/0):


Code:

#include <iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a>b&&a>c) { if(b>c) { cout<<a<<" "<<b<<c<<endl;


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:37: error: expected '}' at end of input
             cout<