提交时间:2025-03-23 16:51:05
运行 ID: 313980
#include<iostream> using namespace std; int main(){ int D; cin>>D; cout<<(D%7+2); return 0; }