Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
52971 杨宜炜 输出字符 C++ Accepted 2 MS 264 KB 164 2023-07-16 10:01:07

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; }