Submission #36444


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
int main()
{
long long a,b,s=0,u=0;
scanf("%lld %lld",&a,&b);
s=a/b;
u=a/b;
if(a%b!=0){
u=u+1;
}
printf("%lld %lld\n",s,u);
return(0);
}

ステータス

項目 データ
問題 0926 - わりざんして!
ユーザー名 ei1841
投稿日時 2018-05-29 17:52:04
言語 C++11
状態 Accepted
得点 1
ソースコード長 189 Byte
最大実行時間 31 ms
最大メモリ使用量 764 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input-sample01 AC 20 ms 480 KB
1
input-sample02 AC 27 ms 468 KB
1
input-sample03 AC 26 ms 580 KB
1
input01 AC 24 ms 436 KB
1
input02 AC 26 ms 424 KB
1
input03 AC 25 ms 408 KB
1
input04 AC 24 ms 516 KB
1
input05 AC 25 ms 504 KB
1
input06 AC 21 ms 488 KB
1
input07 AC 30 ms 600 KB
1
input08 AC 25 ms 580 KB
1
input09 AC 25 ms 432 KB
1
input10 AC 26 ms 548 KB
1
input11 AC 24 ms 408 KB
1
input12 AC 27 ms 520 KB
1
input13 AC 22 ms 628 KB
1
input14 AC 20 ms 744 KB
1
input15 AC 28 ms 728 KB
1
input16 AC 31 ms 712 KB
1
input17 AC 22 ms 564 KB
1
input18 AC 20 ms 672 KB
1
input19 AC 20 ms 528 KB
1
input20 AC 24 ms 764 KB
1
input21 AC 20 ms 748 KB
1
input22 AC 17 ms 608 KB
1
input23 AC 25 ms 592 KB
1
input24 AC 20 ms 576 KB
1
input25 AC 26 ms 684 KB
1
input26 AC 21 ms 544 KB
1
input27 AC 22 ms 656 KB
1
input28 AC 17 ms 636 KB
1
input29 AC 23 ms 620 KB
1
input30 AC 23 ms 600 KB
1
input31 AC 26 ms 576 KB
1
input32 AC 24 ms 552 KB
1