Submission #552184


Source Code Expand

#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include <iostream>
#include <utility>
#include <set>
#include <list>
#include <cctype>
#include <queue>
#include <stack>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <iomanip>
#include <iterator> 

#define REP(i,n) for (int i=0;i<(n);i++)

using namespace std;

int main(int argc, char const* argv[])
{
    int A, B, C, D, E;
    cin >> A >> B >> C >> D >> E;
    int maxv = max(A + D + E, B + C + E);
    cout << maxv << endl;
    return 0;
}

Submission Info

Submission Time
Task C - 数を3つ選ぶマン
User sz_dr
Language C++11 (GCC 4.9.2)
Score 100
Code Size 584 Byte
Status AC
Exec Time 28 ms
Memory 992 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 15
Set Name Test Cases
Sample example_0.txt, example_1.txt
All example_0.txt, example_1.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, example_0.txt, example_1.txt
Case Name Status Exec Time Memory
example_0.txt AC 26 ms 992 KiB
example_1.txt AC 27 ms 816 KiB
handmade_0.txt AC 27 ms 928 KiB
handmade_1.txt AC 27 ms 932 KiB
handmade_2.txt AC 25 ms 928 KiB
handmade_3.txt AC 28 ms 924 KiB
handmade_4.txt AC 25 ms 800 KiB
handmade_5.txt AC 26 ms 928 KiB
random_0.txt AC 27 ms 804 KiB
random_1.txt AC 24 ms 924 KiB
random_2.txt AC 27 ms 764 KiB
random_3.txt AC 27 ms 920 KiB
random_4.txt AC 26 ms 928 KiB