ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 ef495874-c9a6-4f3c-9170-14a7b718300e
コード
#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin >> a,b; if (b<a) { cout << "Atsuo Corporation"<< endl; } else { cout <<"Atsuo Corp."<< endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Eleven
0
C++
WA
3 ms
3756 KiB