提交时间:2026-06-07 08:48:53

运行 ID: 443840

#include <iostream> using namespace std; int main(){ int d; cin>>d; int r=(d+2-1)%7+1; cout<<r; return 0; }