| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134399 | xyc | 04四位数移位 | C++ | Compile Error | 0 MS | 0 KB | 94 | 2025-10-27 16:29:39 |
#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" "<