ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 40297ffe-d828-4864-a780-4390f19fa50b
コード
#include <iostream> using namespace std; int main() { int A,B; cin >> A >> B; if (B >= A) { cout << "Atsuo Corp." << endl; } else { cout << "Atsuo Corporation" << endl; } return 0; }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Eleven
100
C++
AC
8 ms
3904 KiB