結果
問題 |
No.18 うーさー暗号
|
ユーザー |
![]() |
提出日時 | 2017-08-15 21:22:14 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 356 bytes |
コンパイル時間 | 1,483 ms |
コンパイル使用メモリ | 156,768 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-13 11:00:41 |
合計ジャッジ時間 | 1,994 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 13 |
ソースコード
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; #define in(n) cin>>n #define REP(sfx,n) for(sfx=0;sfx<n;sfx++) #define FOR(sfx,arr) for(auto &sfx:arr) #define ALLITR(arr) (arr.begin()),(ar.end()) int main(){ int c; for(int i=1;(c=getchar())!=EOF;i++){ cout<<(char)((c-'A'+1300-i)%26+'A'); } }