結果
問題 |
No.128 お年玉(1)
|
ユーザー |
![]() |
提出日時 | 2025-03-07 15:14:06 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 172 bytes |
コンパイル時間 | 465 ms |
コンパイル使用メモリ | 23,936 KB |
実行使用メモリ | 8,612 KB |
最終ジャッジ日時 | 2025-03-07 15:14:07 |
合計ジャッジ時間 | 1,468 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 2 WA * 19 |
ソースコード
#include <stdio.h> void main(void){ int total = 0; int input = scanf("%d\n",&total); int children = 0; input = scanf("%d\n",&children); printf("%d",total/children); }