Submission #1100059


Source Code Expand

#include<bits/stdc++.h>
#define rep(i,n)for(int i=0;i<(n);i++)
using namespace std;

int main(){
	int a,s;cin>>a>>s;
	if(a>=s)puts("Congratulations!");
	else puts("Enjoy another semester...");
}

Submission Info

Submission Time
Task B - もう1年遊べるドン?
User autumn_eel
Language C++ (G++ 4.6.4)
Score 100
Code Size 204 Byte
Status AC
Exec Time 19 ms
Memory 924 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 17 ms 920 KB
00-sample2 AC 17 ms 924 KB
00-sample3 AC 18 ms 792 KB
10-edge AC 17 ms 792 KB
50-random00 AC 18 ms 916 KB
50-random01 AC 19 ms 800 KB
50-random02 AC 18 ms 796 KB
50-random03 AC 19 ms 796 KB
50-random04 AC 16 ms 800 KB
50-random05 AC 18 ms 800 KB
50-random06 AC 17 ms 796 KB
50-random07 AC 19 ms 800 KB
50-random08 AC 19 ms 796 KB
50-random09 AC 18 ms 800 KB
50-random10 AC 18 ms 672 KB
50-random11 AC 19 ms 712 KB
50-random12 AC 17 ms 924 KB
50-random13 AC 18 ms 796 KB
50-random14 AC 16 ms 672 KB
50-random15 AC 18 ms 796 KB
50-random16 AC 19 ms 796 KB
50-random17 AC 17 ms 796 KB
50-random18 AC 19 ms 800 KB
50-random19 AC 18 ms 792 KB