結果
問題 |
No.104 国道
|
ユーザー |
![]() |
提出日時 | 2020-03-21 15:54:56 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 155 bytes |
コンパイル時間 | 2,069 ms |
コンパイル使用メモリ | 166,108 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-12-23 00:36:27 |
合計ジャッジ時間 | 2,676 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 3 |
other | WA * 16 |
ソースコード
#include <bits/stdc++.h> using namespace std; signed main(){ string s;cin>>s; int now=1; for(char p:s)now=now*2+p=='R'; cout<<now<<endl; }