#include "algorithm"
#include "string"
#include "cstdio"
#include "iostream"
#include "vector"
#include <set>
//long long tabsz[100001],tabd[100001], wyn[100001];
long long tab[20000];
using namespace std;
set<int> sett;
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
int a;
cin>>a;
cout<<3;
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #include "algorithm" #include "string" #include "cstdio" #include "iostream" #include "vector" #include <set> //long long tabsz[100001],tabd[100001], wyn[100001]; long long tab[20000]; using namespace std; set<int> sett; int main() { ios::sync_with_stdio(0); cin.tie(0); int a; cin>>a; cout<<3; } |
English