已解决 许维昊 高级守护 #include <iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<(b>a&&b<c||c>a&&c>b); return 0; }
已采纳 项依凡 初级光能 f (a<b)or(a<c) then write(1) else write(0);//核心代码 项依凡在2018-04-06 18:25:29追加了内容 if (a<b)or(a<c) then write(1) else write(0);//刚刚少给字母