提交时间:2025-03-23 16:53:14

运行 ID: 313982

#include<iostream> using namespace std; int main(){ int D ; cin>>D; cout<<(D%7+2); return 0; }