Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
319791 邵致远 【C1-5】修理钟表 C++ 解答错误 0 1 MS 260 KB 126 2025-05-01 19:01:09

Tests(0/2):


#include<iostream> using namespace std; int main(){ int s,m,h; cin>>s>>m>>h; cout<<s<<m<<h; return 0; }


测评信息: