結果
| 問題 | No.299 蟻本が読めない |
| コンテスト | |
| ユーザー |
sorag
|
| 提出日時 | 2022-08-03 16:11:04 |
| 言語 | C++14 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 1,000 ms |
| + 296µs | |
| コード長 | 223 bytes |
| 記録 | |
| コンパイル時間 | 343 ms |
| コンパイル使用メモリ | 84,312 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-08-26 01:57:27 |
| 合計ジャッジ時間 | 1,323 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
ソースコード
#include <iostream>
#include <vector>
#include <map>
#include<string>
#define ll long long
using namespace std;
int main() {
ll n;
ll ans=316;
cin>>n;
ans+=52*(n-1);
cout<<ans<<endl;
return 0;
}
sorag