結果
| 問題 |
No.57 ミリオンダイス
|
| コンテスト | |
| ユーザー |
yuyu_106
|
| 提出日時 | 2019-06-05 16:21:50 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 129 bytes |
| コンパイル時間 | 386 ms |
| コンパイル使用メモリ | 54,668 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-22 00:33:26 |
| 合計ジャッジ時間 | 1,040 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 9 |
ソースコード
#include <iostream>
#include <cstring>
using namespace std;
int main(){
int N;
cin >>N;
cout << (int)(3.5*N);
return 0;
}
yuyu_106