比赛 2025.9.13 评测结果 AAAWWWWWWWWWWWWWWW
题目名称 Vocabulary Quiz 最终得分 17
用户昵称 二乾五 运行时间 0.053 s
代码语言 C++ 内存使用 3.68 MiB
提交时间 2025-09-13 11:42:59
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;

#define ll long long
#define cpy(a,b) copy(begin(a),end(a),begin(b))
#define ld long double
#define dot(x) fixed<<setprecision(x)
#define foru(a,b,c) for(ll a=b;a<=c;a++)

ll a,b;

int main(){
    freopen("Vocabulary.in" ,"r",stdin );
    freopen("Vocabulary.out","w",stdout);
    cin>>a;
    if(a==5){
        cout<<0;
    }else{
        cin>>b;cin>>b;cin>>b;cin>>b;cin>>b;
        if(b==4){
            cout<<2<<endl<<1<<endl<<0;
        }else{
            cout<<1<<endl<<2<<endl<<0;
        }
    }
    return 0;
}