3 条题解

  • -1
    @ 2026-8-4 15:59:18

    #include <bits/stdc++.h> using namespace std;

    int main() { int a, b, c; cin >> a >> b ; c = a + b; if (c / 100 == c % 100 % 10 / 1) { cout << "yes";

    } else {
    	cout << "no";
    }
    
    
    return 0;
    

    }

    信息

    ID
    151
    时间
    1000ms
    内存
    64MiB
    难度
    6
    标签
    递交数
    152
    已通过
    49
    上传者