Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
443840 任虞昊 【C1-7】后天 C++ 通过 100 1 MS 252 KB 135 2026-06-07 08:48:53

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; }


测评信息: