提交时间:2026-06-07 10:54:17
运行 ID: 443885
#include <iostream> using namespace std; int main(){ int d; cin>>d; int r=(d+2-1)%7+1; cout<<r; return 0; }