ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 53fc6e07-7c0c-44d2-8126-e4c2b685cd60
コード
#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin >> a,b; if (a<b) {" cout <<Atsuo Corporation"<< endl; } else { cout << "Atsuo Corp."<< endl; } }
結果
問題
点数
言語
結果
実行時間
メモリ
C - Eleven
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp:8:13: warning: missing terminating " character 8 | if (a<b) {" | ^ Main.cpp:8:13: error: missing terminating " character Main.cpp:9:29: warning: missing terminating " character 9 | cout <<Atsuo Corporation"<< endl; | ^ Main.cpp:9:29: error: missing terminating " character 9 | cout <<Atsuo Corporation"<< endl; | ^~~~~~~~~ Main.cpp: In function 'int main()': Main.cpp:9:12: error: 'Atsuo' was not declared in this scope 9 | cout <<Atsuo Corporation"<< endl; | ^~~~~