哪错了

lhy276 2025-06-29 20:11:54 3

#include <bits/stdc++.h>

using namespace std;

int main() { int a,b,c; cin>>a>>b>>c; if (a<b&&a<c&&b<c) cout<<"min="<<a; else if(b<a&&b<c&&a<c) cout<<"min="<<b; else if(c<b&&c<a&&b<a) cout<<"min="<<c; }

{{ vote && vote.total.up }}

共 1 条回复

root 站长

梨子有相同的重量, 比如 3 3 5 这种