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