8 条题解

  • 1
    @ 2025-1-21 20:58:01
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	if(a<60&&b>=60) cout<<1;
    	else if(b<60&&a>=60) cout<<1;
    	else cout<<0;
    	return 0;
    }
    
    • 0
      @ 2025-10-6 11:09:46

      #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

      • 0
        @ 2025-10-6 11:09:44

        #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

        • 0
          @ 2025-10-6 11:09:43

          #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

          • 0
            @ 2025-10-6 11:09:43

            #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

            • 0
              @ 2025-10-6 11:09:42

              #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

              • 0
                @ 2025-10-6 11:09:41

                #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

                • 0
                  @ 2025-10-6 11:09:38

                  #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; if(s>60&&b<60) { cout<<"1"; } else { if(s<60&&b>60) { cout<<"1"; } else { cout<<"0"; } } return 0; }

                  • 1

                  信息

                  ID
                  34
                  时间
                  1000ms
                  内存
                  64MiB
                  难度
                  7
                  标签
                  递交数
                  18
                  已通过
                  10
                  上传者