Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
103565 | 陈奕涵 | 06输出日期 | C++ | Compile Error | 0 MS | 0 KB | 194 | 2024-12-29 12:32:40 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<iomanip> using namespace std; int a,b,c; cin>>a>>b<<c; cout<<c<<" "<<b<<" "<<a; return 0; }
Main.cc:6:1: error: 'cin' does not name a type cin>>a>>b<