psn • 1年前
#include<iostream> int main(void) { int a, b; std::cin >> a >> b; std::cout << a + b; return 0; }
评论:
请先登录,才能进行评论