結果
問題 |
No.2827 Enter User Name to Play
|
ユーザー |
![]() |
提出日時 | 2025-04-17 18:00:28 |
言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 292 bytes |
コンパイル時間 | 5,844 ms |
コンパイル使用メモリ | 206,856 KB |
実行使用メモリ | 7,848 KB |
最終ジャッジ日時 | 2025-04-17 18:00:35 |
合計ジャッジ時間 | 6,208 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | AC * 1 WA * 21 |
ソースコード
#include<bits/stdc++.h> using namespace std; #define ll long long int main(){ // int t; // cin>>t; // while(t--){ // } int n; cin>>n; string s,t; cin>>s; for(int i=0;i<n;i++){ int temp; cin>>temp; cout<<s[i]; } return 0; }