“神秘变量名”

wc02222 2025-10-03 19:09:11 3
#include <bits/stdc++.h>
using namespace std;
int main() {
    int dzcnb, lxhnb, zejsb;
    cin >> dzcnb >> lxhnb >> zejsb;
    if (dzcnb == lxhnb || dzcnb == zejsb || lxhnb == zejsb)
        cout << "YES";
    else
        cout << "NO";
}
{{ vote && vote.total.up }}

共 3 条回复

lhy228 我不是混子我没罪
#include <bits/stdc++.h>

using namespace std;

int main() {
 int dzc,sb;
 dzc=787878;
sb=787878;
if(dzc==sb) cout<<"dzcismyson";
else cout<<"dzcsb";
return 0;
}
wc02222
wc02222