結果
問題 | No.32 貯金箱の憂鬱 |
ユーザー | papyrus |
提出日時 | 2018-06-15 21:58:19 |
言語 | C (gcc 12.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 187 bytes |
コンパイル時間 | 108 ms |
コンパイル使用メモリ | 28,032 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-30 14:58:13 |
合計ジャッジ時間 | 735 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 1 ms
5,376 KB |
testcase_02 | AC | 1 ms
5,376 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | AC | 1 ms
5,376 KB |
testcase_10 | AC | 1 ms
5,376 KB |
testcase_11 | WA | - |
ソースコード
#include<stdio.h> int main(){ int N,M,L; scanf("%d\n",&N); scanf("%d\n",&M); scanf("%d\n",&N); printf("%d\n",N%25+(M+N/25)%4+(L+((M+N/25)/4)%10)); return 0; }