Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
119585 周民苡 04四位数移位 C++ Compile Error 0 MS 0 KB 164 2025-05-17 21:20:55

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() cstdio; { float e,a,d,n; cin>>e>>a>>d>>n; cout<<e<<a<<d<<n<<andl<<n<<d<<a<<e; return 0; }


Run Info:

Main.cc:3:12: error: expected initializer before 'cstdio'
 int main() cstdio;
            ^
Main.cc:4:1: error: expected unqualified-id before '{' token
 {
 ^