Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134358 xyc 04四位数移位 C++ Compile Error 0 MS 0 KB 94 2025-10-27 16:18:12

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ scanf a,b,c,d; cout a<<""b<<""c<<""d


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:7: error: expected ';' before 'a'
 scanf a,b,c,d;
       ^
Main.cc:4:14: warning: statement is a reference, not call, to function 'scanf' [-Waddress]
 scanf a,b,c,d;
              ^
Main.cc:4:14: warning: statement has no effect [-Wunused-value]
Main.cc:5:6: error: expected ';' before 'a'
 cout a<<""b<<""c<<""d
      ^
Main.cc:5:19: warning: statement has no effect [-Wunused-value]
 cout a<<""b<<""c<<""d
                   ^
Main.cc:5:19: error: expected '}' at end of input