80分求调
查看原帖
80分求调
1162504
ndt421319楼主2025/1/1 11:06

请教一下为什么只有80分

#include <bits/stdc++.h>
using namespace std;
int main()
{
    int n;
    scanf("%d",&n);
    if(n%2==1)printf("odd");
    else printf("even");
    return 0;
}
2025/1/1 11:06
加载中...