Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
73181 sh25_shenpy 期末成绩-二维数组 C++ 通过 0 MS 252 KB 272 2025-11-07 17:58:18

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main( ) { int a,b,c,d,e,f,g,h; cin>>a>>b; cin>>c>>d; cin>>e>>f; g=int(a/3+c/3+e/3)+1; h=int(b/3+d/3+f/3)+1; cout<<a+b<<" "<<c+d<<" "<<e+f<<endl; cout<<g<<" "<<h; return 0; }


测评信息: