Official

A - Participants 2 Editorial by penguinman


出力例をコピー&ペーストすることで、AC を得られます。

実装例 (Text(cat)):

51

実装例 (C++):

#include<bits/stdc++.h>
using namespace std;

int main(){
    cout << 51 << endl;
}

posted:
last update: