Submission #3765539


Source Code Expand

#include<stdio.h>
int A, B;
int main(){
	scanf("%d%d", &A, &B);
	printf("%d\n", (B+A-1)/A);
}

Submission Info

Submission Time
Task B - 回転
User jannkennshitai
Language C (GCC 5.4.1)
Score 0
Code Size 100 Byte
Status WA
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:4:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &A, &B);
  ^

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
WA × 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
Case Name Status Exec Time Memory
000.txt WA 1 ms 128 KB
001.txt WA 1 ms 128 KB
002.txt WA 1 ms 128 KB
003.txt WA 1 ms 128 KB
004.txt WA 1 ms 128 KB
005.txt WA 1 ms 128 KB
006.txt WA 1 ms 128 KB
007.txt WA 1 ms 128 KB
008.txt WA 1 ms 128 KB
009.txt WA 1 ms 128 KB
010.txt WA 1 ms 128 KB