Submission #18767215


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main()
{
    ios_base::sync_with_stdio(0); cin.tie(0);
    int a,b,c,d;
    cin>>a>>b>>c>>d;
    cout<<min(min(a,b),min(c,d));
    return 0;
}

Submission Info

Submission Time
Task A - ABC Preparation
User ScarletS
Language C++ (GCC 9.2.1)
Score 100
Code Size 203 Byte
Status AC
Exec Time 2 ms
Memory 3612 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 8
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
handmade_00.txt AC 1 ms 3612 KiB
handmade_01.txt AC 1 ms 3484 KiB
random_00.txt AC 2 ms 3496 KiB
random_01.txt AC 2 ms 3556 KiB
random_02.txt AC 2 ms 3568 KiB
random_03.txt AC 2 ms 3512 KiB
sample_01.txt AC 2 ms 3556 KiB
sample_02.txt AC 2 ms 3544 KiB