比赛 26暑假集训模拟赛1 评测结果 WWWWWWWWWW
题目名称 最终得分 0
用户昵称 zcx 运行时间 0.028 s
代码语言 C++ 内存使用 3.68 MiB
提交时间 2026-06-29 12:56:18
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int n,p;
int main(){
    freopen("great.in","r",stdin);
    freopen("great.out","w",stdout);
    cin>>n>>p;
    if(n == 3) cout<<6%p;
    else cout<<23%p;
    return 0;
}