Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
81578 桑迪 cafe C++ 通过 100 32 MS 252 KB 162 2023-08-09 16:23:14

Tests(25/25):


#include<bits/stdc++.h> using namespace std; int n,a,b,t1,t2=110; int main(){ cin>>n; while(n--)cin>>a>>b,t1+=a,t2=min(t2,b); cout<<t1+t2; return 0; }


测评信息: