ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 d83adb6d-49d8-4643-933e-7cf27bd56490
コード
#include <iostream> int main() { int a, b; std::cin >> a; std::cin >> b; int result = a * b; std::cout << result << std::endl; return 0; }
結果
問題
点数
言語
結果
実行時間
メモリ
A - Sushi2
100
C++
AC
3 ms
3648 KiB