| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 111100 | 张智博 | 逆序输出 | C++ | Compile Error | 0 MS | 0 KB | 204 | 2025-02-26 20:23:43 |
#include <bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a; for(int i=0;i<=a;i++) { cin>>d>>b>>c; cout<<c<<b<<d; } return 0; }
Main.cc: In function 'int main()':
Main.cc:9:14: error: 'd' was not declared in this scope
cin>>d>>b>>c;
^