ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 7ad153ea-6826-4492-8d2a-f1f57623314b
コード
#include <bits/stdc++.h> using namespace std; int main() { cin >> A >> B; if(A>B){ cout << "Atsuo Corporation" << endl; } else { cout << "Atsuo Corp." << endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Eleven
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:7:8: error: 'A' was not declared in this scope 7 | cin >> A >> B; | ^ Main.cpp:7:13: error: 'B' was not declared in this scope 7 | cin >> A >> B; | ^