Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50609 | 逸凡 | 202403-GESP-一级-小杨买书 | C++ | Accepted | 1 MS | 248 KB | 132 | 2024-09-01 13:49:46 |
#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; }