ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 ff1bb19e-d9a9-4e28-a432-541359872bcb
コード
#include <bits/stdc++.h> using namespace std; int main() { string s = "ACP"; str.at(0) = 'P'; str.at(1) = 'A'; str.at(2) = 'C'; cout << "ACPMAN" << endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
D - PACMAN
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:6:3: error: 'str' was not declared in this scope; did you mean 'std'? 6 | str.at(0) = 'P'; | ^~~ | std Main.cpp: At global scope: Main.cpp:11:1: error: expected declaration before '}' token 11 | } | ^