Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
341089 李明灿 【C1-5】时间 C++ 通过 100 3 MS 248 KB 223 2025-08-18 20:55:48

Tests(2/2):


#include<iostream> using namespace std; int main(){ int s,f,m,c; cin>>s>>f>>m; s=s*3600; cout<<s<<endl; f=f*60; cout<<f<<endl; cout<<m<<endl; cout<<(s+m+f)<<endl; return 0; }


测评信息: