Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
442103 陈信宇 【C1-5】数字和游戏 C++ 解答错误 0 1 MS 244 KB 149 2026-05-29 20:01:49

Tests(0/3):


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


测评信息: