結果

問題 No.299 蟻本が読めない
ユーザー nemu_sou
提出日時 2015-12-20 13:35:49
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 205 bytes
コンパイル時間 433 ms
コンパイル使用メモリ 53,468 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-17 12:10:52
合計ジャッジ時間 839 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

 #include <iostream>

  using namespace std;
 
  int main()
  {
      long long int page = 316;
      int p = 52;
      int n;
 
      cin >> n;
 
      cout << page + (page + ((n - 1) * p)) << endl;
  }

0