1 solutions

  • 2
    @ 2024-7-15 20:38:05
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int a;
    	cin>>a;
    	bool b=a;
    	int c=b;
    	cout<<b;
    	return 0;
    }
    
    • 1

    Information

    ID
    6863
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    # Submissions
    11
    Accepted
    10
    Uploaded By