Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
330760 李俞家骅 【C1-5】时间 C++ 通过 100 2 MS 252 KB 210 2025-07-11 09:21:26

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a*3600<<endl; cout<<b*60<<endl; cout<<c<<endl; cout<<a*3600+b*60+c<<endl; return 0; }


测评信息: