Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
430363 叶俊希 [GESP202403 一级] 小杨买书 C++ 通过 100 3 MS 248 KB 138 2026-02-11 10:46:11

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ int m; cin>>m; cout<<m/13<<endl; cout<<m-m/13*13<<endl; return 0; }


测评信息: