結果
問題 |
No.805 UMG
|
ユーザー |
![]() |
提出日時 | 2019-11-26 21:56:34 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 221 bytes |
コンパイル時間 | 522 ms |
コンパイル使用メモリ | 69,476 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-18 13:54:55 |
合計ジャッジ時間 | 1,266 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 25 |
ソースコード
#include <iostream> #include <algorithm> #include <math.h> using namespace std; int main(){ int n; cin >> n; char a[n]; for ( int i = 0; i < n; i++ ) cin >> a[n]; cout << a[1] << endl; return 0; }