Submission #1174630


Source Code Expand

#include<iostream>
using namespace std;
int main(void){
  int a, b;
  cin>>a>>b;
  if(a>=b){
    cout<<"Congratulations!"<<endl;
  }
  else{
    cout<<"Enjoy another semester..."<<endl;
  }
}

Submission Info

Submission Time
Task B - もう1年遊べるドン?
User shot
Language C++14 (GCC 5.4.1)
Score 100
Code Size 206 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 24
Set Name Test Cases
All 00-sample1, 00-sample2, 00-sample3, 10-edge, 50-random00, 50-random01, 50-random02, 50-random03, 50-random04, 50-random05, 50-random06, 50-random07, 50-random08, 50-random09, 50-random10, 50-random11, 50-random12, 50-random13, 50-random14, 50-random15, 50-random16, 50-random17, 50-random18, 50-random19
Case Name Status Exec Time Memory
00-sample1 AC 1 ms 256 KB
00-sample2 AC 1 ms 256 KB
00-sample3 AC 1 ms 256 KB
10-edge AC 1 ms 256 KB
50-random00 AC 1 ms 256 KB
50-random01 AC 1 ms 256 KB
50-random02 AC 1 ms 256 KB
50-random03 AC 1 ms 256 KB
50-random04 AC 1 ms 256 KB
50-random05 AC 1 ms 256 KB
50-random06 AC 1 ms 256 KB
50-random07 AC 1 ms 256 KB
50-random08 AC 1 ms 256 KB
50-random09 AC 1 ms 256 KB
50-random10 AC 1 ms 256 KB
50-random11 AC 1 ms 256 KB
50-random12 AC 1 ms 256 KB
50-random13 AC 1 ms 256 KB
50-random14 AC 1 ms 256 KB
50-random15 AC 1 ms 256 KB
50-random16 AC 1 ms 256 KB
50-random17 AC 1 ms 256 KB
50-random18 AC 1 ms 256 KB
50-random19 AC 1 ms 256 KB