Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
94197 | 程诺 | 04四位数移位 | C++ | Compile Error | 0 MS | 0 KB | 76 | 2024-10-20 08:49:54 |
// 1234 4123 int a,b;//d scanf("%3d%1d",&a,&b); cout<<b<<a;
Main.cc:3:10: error: expected constructor, destructor, or type conversion before '(' token scanf("%3d%1d",&a,&b); ^ Main.cc:4:5: error: 'cout' does not name a type cout<