結果
| 問題 |
No.299 蟻本が読めない
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-11-21 15:07:47 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 108 bytes |
| コンパイル時間 | 103 ms |
| コンパイル使用メモリ | 27,392 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-11-26 08:07:55 |
| 合計ジャッジ時間 | 498 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 3 WA * 1 |
ソースコード
#include <stdio.h>
int main (void){
long long n;scanf("%d",&n);printf("%lld\n",316+52*(n-1));
return(0);
}