#include "bits/stdc++.h" #define ALL(x) x.begin(), x.end() #define iostreamBooster() do{ cin.tie(nullptr); ios_base::sync_with_stdio(false); }while(0) #define rep(i, s, n) for(i64 i=(s); i < (n); ++i) using namespace std; using i64 = long long; using pii = pair; templateinline bool chmax(A &a, const B &b){return b>a ? a=b,1 : 0;} templateinline bool chmin(A &a, const B &b){return b> N; cout << N* 10 << endl; return 0; }