Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51014 | zhangweiran | 输出第二个整数 | C++ | Compile Error | 0 MS | 0 KB | 171 | 2024-09-16 18:39:11 |
#include<iostream> using namespace std; int main(); { char ch; cin>>ch;//输入 cout<<"123 456 789"<<ch<<endl;//输出 cout<<"456" return 0; }