結果
問題 |
No.299 蟻本が読めない
|
ユーザー |
![]() |
提出日時 | 2018-03-18 22:52:08 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 193 bytes |
コンパイル時間 | 1,611 ms |
コンパイル使用メモリ | 157,460 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-30 03:27:17 |
合計ジャッジ時間 | 2,012 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 2 WA * 2 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main(int argc, char const* argv[]) { int n; cin>>n; int a,b; a=316; b=316+((n-1)*52); cout<<b<<endl; return 0; }