1 solutions

  • 2
    @ 2024-3-18 11:18:41

    #include<bits/stdc++.h> using namespace std; int main(){ int a; bool b; cin >> a; b=bool(a); cout << int(b); return 0; }

    • 1

    Information

    ID
    6834
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    # Submissions
    23
    Accepted
    19
    Uploaded By