ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 ae0fe662-16ea-4dec-b494-3423dad9b5fa
コード
#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin >> a,b; if (a<b) {"Atsuo Corporation" cout <<<< endl; } else { cout << "Atsuo Corp."<< endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Eleven
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:8:32: error: expected ';' before 'cout' 8 | if (a<b) {"Atsuo Corporation" | ^ | ; 9 | cout <<<< endl; | ~~~~