竞赛
考级
也是非常简单好吧
李明轩
zsy
#include <iostream> using namespace std; int main(){ int a,b,x; cin>>a; b=a/7; x=a%7; cout<<b<<endl; cout<<x; return 0; }
奶龙