Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
112978 杨启宏 输出字符 C++ Accepted 0 MS 272 KB 197 2025-03-14 22:49:19

Tests(1/1):


Code:

#include<iostream> #include<cstdio> using namespace std; int main(){ int a,b,c,d; scanf("%1d%1d%1d%1d",&a,&b,&c,&d); cout<<a<<" "<<b<<" "<<c<<" "<<d<<endl; return 0; }