Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
50609 逸凡 202403-GESP-一级-小杨买书 C++ 通过 1 MS 248 KB 132 2024-09-01 13:49:46

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ int m,b,s; cin>>m; b=m/13; s=m%13; cout<<b<<endl; cout<<s; }


测评信息: