Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
93874 | 李浩宇 | 05拆分时间 | C++ | Wrong Answer | 0 MS | 264 KB | 106 | 2024-10-19 14:38:30 |
#include<iostream> using namespace std; int main(){ int x; scanf("%1d%1d%1d",&x,&x,&x); }
------Input------
602
------Answer-----
0 10 2
------Your output-----