Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
168287 黄子轩 被限制的加法 C++ 解答错误 0 1 MS 268 KB 211 2024-08-20 09:20:09

Tests(0/12):


#include<bits/stdc++.h> using namespace std; int main(){ int long long a,b,c; int o,p; cin>>c; for(int i=c;i>=1;i--){ cin>>o>>p; a+=pow(10,i-1)*o; b+=pow(10,i-1)*p; } cout<<a+b-1<<endl; }


测评信息: