Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
442106 陈信宇 【C1-5】数字和游戏 C++ 通过 100 1 MS 248 KB 179 2026-05-29 20:03:11

Tests(3/3):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a/10%10+a%10+a/100%10+a/1000%10+a/10000%10; cout<<a%b<<endl; cout<<c%b; return 0; }


测评信息: