C++ :
#include<bits/stdc++.h> using namespace std; int main(){ int m; cin>>m; cout<<m/13<<endl<<m%13; return 0; }
使用您的 YanhuOJ 通用账户