ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 0ee3f741-f178-4f87-8479-aed3301ca9d9
コード
#include <bits/stdc++.h> using namespace std; int main() { int 1 n <= 100; int 1 <= 100; cin >> n >> m; cout << n*m <<endl; }
結果
問題
点数
言語
結果
実行時間
メモリ
A - Sushi2
0
C++
WJ
0 ms
0 KiB
コンパイルエラー
Main.cpp: In function 'int main()': Main.cpp:5:9: error: expected unqualified-id before numeric constant 5 | int 1 n <= 100; | ^ Main.cpp:6:9: error: expected unqualified-id before numeric constant 6 | int 1 <= 100; | ^ Main.cpp:7:12: error: 'n' was not declared in this scope; did you mean 'yn'? 7 | cin >> n >> m; | ^ | yn Main.cpp:7:17: error: 'm' was not declared in this scope; did you mean 'tm'? 7 | cin >> n >> m; | ^ | tm