Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95894 | 李昊宇 | 06输出日期 | C++ | Compile Error | 0 MS | 0 KB | 141 | 2024-11-02 14:32:20 |
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>d>>b>>d>>c; cont<<c<<d<<b<<a; return 0; }
Main.cc: In function 'int main()': Main.cc:5:13: error: 'd' was not declared in this scope cin>>a>>d>>b>>d>>c; ^ Main.cc:6:5: error: 'cont' was not declared in this scope cont<