結果
| 問題 | No.8119 間に合いませんでした><; |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-04-01 22:59:07 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 278 bytes |
| 記録 | |
| コンパイル時間 | 1,014 ms |
| コンパイル使用メモリ | 214,548 KB |
| 実行使用メモリ | 9,272 KB |
| 最終ジャッジ日時 | 2026-07-08 07:11:39 |
| 合計ジャッジ時間 | 6,822 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 22 TLE * 7 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
int N; cin >> N;
string s; cin >> s;
cout << s << endl;
cout << s << endl;
cout << s << endl;
cout << s << endl;
cout << s << endl;
for(int i=0; i<N; i++) for(auto &c : s) c ^= 'o'^'x';
}