mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-07-08 02:13:51 +08:00
归类了 OJ,整理了一下
This commit is contained in:
16
XSM OJ 重庆小码王集团OJ/好吃or不好吃.cpp
Normal file
16
XSM OJ 重庆小码王集团OJ/好吃or不好吃.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
int a;
|
||||
int b;
|
||||
int c;
|
||||
int d;
|
||||
cin >>a>>b>>c>>d;
|
||||
if((a>=10 && b>=10 && c>=25 && d>=25) || (a>=10 && b>=10 && c>=25 && d>=25 ) || (a>=25 && b>=25 && c>=10 && d>=10) || (a>=10 && b>=25 && c>=10 && d>=25)|| (a>=10 && b>=25 && c>=25 && d>=10) || (a>=25 && b>=10 && c>=10 && d>=25) || (a>=25 && b>=10 && c>=25 && d>=10)){
|
||||
cout <<"<EFBFBD>ó<EFBFBD>";
|
||||
}
|
||||
else{
|
||||
cout <<"<EFBFBD><EFBFBD><EFBFBD>ó<EFBFBD>";
|
||||
}
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user