結果
問題 |
No.299 蟻本が読めない
|
ユーザー |
![]() |
提出日時 | 2021-04-03 09:10:11 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 175 bytes |
コンパイル時間 | 1,817 ms |
コンパイル使用メモリ | 193,068 KB |
最終ジャッジ日時 | 2025-01-20 10:21:51 |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
ソースコード
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i<n;i++) int main(){ ll n; cin>>n; cout<<264+52*n<<endl; return 0; }