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