L1-090 什么是机器学习 分数 5

// 1'18"
#include <iostream>
using namespace std;
int main()
{
    int a, b;
    cin >> a >> b;
    int s = a + b;
    cout << s - 16 << endl << s - 3 << endl << s - 1 << endl << s;
    return 0;
}
posted @ 2024-08-21 01:11  Frodnx  阅读(27)  评论(0)    收藏  举报