Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76104 sh25_shenpy 202403-GESP-一级-小杨买书 C++ 通过 0 MS 244 KB 160 2025-12-14 21:26:16

Tests(10/10):


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


测评信息: