Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
346875 沈昊煊 【C1-5】时间 C++ 通过 100 2 MS 240 KB 218 2025-09-12 20:25:36

Tests(2/2):


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


测评信息: