Submission #88977

#TimeUsernameProblemLanguageResultExecution timeMemory
88977nikaSchools (IZhO13_school)C++14
0 / 100
2 ms592 KiB
#include <bits/stdc++.h>

using namespace std;
//long long int a,i,b,c,d,e,n=0;
int main()
{
  /*  cin>>e>>a>>b;
    if(a+b>e){
        return 0;
    }
    for(i=1;i<=e;i++){
        cin>>c>>d;
        if(n<c*a+d*b){
            n=c*a+d*b;
        }
    }
    if(a==b){
        n=n-a;
    }
    else
        n=n-1-max(a,b); */
    cout<<9;
    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...