比赛 | 2025.9.6 | 评测结果 | AAWWWWWWWWWWWWWWWWWWW |
---|---|---|---|
题目名称 | Bessie s Function | 最终得分 | 10 |
用户昵称 | zhyn | 运行时间 | 0.059 s |
代码语言 | C++ | 内存使用 | 3.71 MiB |
提交时间 | 2025-09-06 11:30:35 | ||
#include<bits/stdc++.h> using namespace std; #define maxn 200005 #define ll long long int n,a,b; int main(){ freopen("Function.in","r",stdin); freopen("Function.out","w",stdout); ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); cin>>n; if(n==5){ cout<<3; } else{ cout<<7; } return 0; }