Not

Problem Link

Solution by augusto100 pts

Code / Notes

#include <bits/stdc++.h>
using namespace std;


int main() {
    int x;
    cin >> x;

    cout << 1 - x << endl;

    return 0;
}

Last updated 3 weeks, 3 days ago


« Back to problem