ログイン
新規登録
AtsuoCoder Petrozavodsk Contest 001
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 8c3023da-e8d0-41e7-ada9-8904691e3112
コード
#include <iostream> #include <vector> #include <algorithm> int main (){ int a, b, c; std::cin >> a; std::cin >> b >> c; std::cout << std::max(b,c) << std::endl; }
結果
問題
点数
言語
結果
実行時間
メモリ
H - Magical Number Stabilizer
4
C++
WA
5 ms
3792 KiB