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