Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
330968 路明泽 【C1-7】后天 C++ 通过 100 3 MS 188 KB 216 2025-07-11 13:14:22

Tests(2/2):


#include <stdio.h> int main() { int d; scanf("%d", &d); int result = (d + 2) % 7; if (result == 0) { result = 7; } printf("%d\n", result); return 0; }


测评信息: