Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
439036 顾鑫辰 【C1-7】后天 C++ 通过 100 1 MS 248 KB 135 2026-05-04 14:35:09

Tests(2/2):


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


测评信息: