ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 cb1bfe94-8abb-4a20-8c42-b8ac199d9e3a
コード
#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
3908 KiB