#include<bits/stdc++.h> using namespace std; int main(){ int n,t; cin>>n; for(int i=1;i<=n;i++){ cin>>t; } cout<<368; return 0; }