Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
313984 王冠程 【C1-7】后天 C++ 通过 100 0 MS 240 KB 145 2025-03-23 16:57:37

Tests(2/2):


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


测评信息: