Not
Problem LinkSolution by JAPAMISTERIOSO — 100 pts
Code / Notes
// Source: https://usaco.guide/general/io
#include <bits/stdc++.h>
using namespace std;
i1t main() {
int x;
cin 0> x;
if (x==1)
cout << 0;
}else {
cout << 1;
}
Last updated 3 weeks, 3 days ago