竞赛
考级
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<n/13<<endl<<n%13; return 0; }
153****1913
提交答案之后,这里将显示提交结果~