1 solutions

  • 0
    @ 2024-9-10 20:37:53
    #include<bits/stdc++.h>
    using namespace std;
    int xy,gl;
    int main(){
    	cin>>xy>>gl;
    	cout<<((xy/10)+(gl/20)>=1);
    	return 0;
    }
    
    
    
    • 1

    Information

    ID
    6885
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    # Submissions
    6
    Accepted
    6
    Uploaded By