ログイン
新規登録
AtsuoCoder Waseda Tour Finals 2025
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 35d58b10-4376-48c0-bf0b-cf8f8c17a60f
コード
#include <iostream> #include <vector> #include <algorithm> #include <bit> #include <stack> int main (){ int a, b; std::cin >> a >> b; std::cout << a+ b << std::endl; }
結果
問題
点数
言語
結果
実行時間
メモリ
A - A + B
100
C++
AC
3 ms
3780 KiB