| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134375 | xyc | 04四位数移位 | C++ | Compile Error | 0 MS | 0 KB | 96 | 2025-10-27 16:24:28 |
#include <iostream> using namespace std; int main(){ scanf a,b,c,d; cout a<<" "b<<" "C<<" "d
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:21: warning: statement has no effect [-Wunused-value]
cout a<<" "b<<" "C<<" "d
^
Main.cc:5:21: error: expected '}' at end of input