Submission #1232328


Source Code Expand

#include <iostream>
#include<algorithm>
#include <vector>
#include <string>
#include <stdio.h>

using namespace std;

int main() {
	int a,b,m,c;
	cin>>a>>b;
	for(int i=0;i<=1000;++i){
		m=a*i;
		if(b<=m){
			c=i;
			break;

		}
	}
	cout<<c<<endl;
	return 0;
}

Submission Info

Submission Time
Task A - お茶
User takumi0511
Language Bash (GNU bash v4.3.11)
Score 0
Code Size 282 Byte
Status RE
Exec Time 36 ms
Memory 2160 KB

Judge Result

Set Name All Testset1
Score / Max Score 0 / 50 0 / 50
Status
RE × 22
RE × 11
Set Name Test Cases
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt
Testset1 000.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt
Case Name Status Exec Time Memory
000.txt RE 36 ms 2160 KB
001.txt RE 2 ms 504 KB
002.txt RE 2 ms 504 KB
003.txt RE 2 ms 504 KB
004.txt RE 2 ms 504 KB
005.txt RE 2 ms 504 KB
006.txt RE 2 ms 504 KB
007.txt RE 2 ms 504 KB
008.txt RE 2 ms 504 KB
009.txt RE 2 ms 504 KB
010.txt RE 2 ms 504 KB
011.txt RE 2 ms 504 KB
012.txt RE 2 ms 504 KB
013.txt RE 2 ms 504 KB
014.txt RE 2 ms 504 KB
015.txt RE 2 ms 504 KB
016.txt RE 2 ms 504 KB
017.txt RE 2 ms 504 KB
018.txt RE 2 ms 504 KB
019.txt RE 2 ms 504 KB
020.txt RE 2 ms 504 KB
021.txt RE 2 ms 504 KB