Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
348904 王振宇 【C1-5】时间 C++ 通过 100 2 MS 252 KB 195 2025-09-14 14:52:26

Tests(2/2):


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


测评信息: