結果
問題 |
No.311 z in FizzBuzzString
|
ユーザー |
|
提出日時 | 2017-04-01 22:31:05 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 102 bytes |
コンパイル時間 | 113 ms |
コンパイル使用メモリ | 27,264 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-24 21:56:03 |
合計ジャッジ時間 | 640 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 7 WA * 4 |
ソースコード
#include <stdio.h> int main() {long int x; scanf("%d", &x); printf("%lld\n", (x/5+x/3)*2); return 0;}