ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 e80ab20b-6c6e-4193-9fd5-d674643cd750
コード
#include <bits/stdc++.h> using namespace std; int main() { string s= ACP; char A='P'; char C='A'; char P='C'; cout << s +"MAN" << endl; }
結果
問題
点数
言語
結果
実行時間
メモリ
D - PACMAN
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:5:13: error: 'ACP' was not declared in this scope 5 | string s= ACP; | ^~~