ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 08d2963f-4652-4346-82f8-ad7f050ba8b2
コード
#include <bits/stdc++.h> using namespace std; int main() { string s; cin >> s; str.at('A') = 'P'; // char型の'M' str.at('P') = 'C'; str.at('C') = 'A'; cout << s << endl; // Mello str.append("MAN"); }
結果
問題
点数
言語
結果
実行時間
メモリ
D - PACMAN
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:7:3: error: 'str' was not declared in this scope; did you mean 'std'? 7 | str.at('A') = 'P'; // char型の'M' | ^~~ | std