Nathan Coulas

Another Contest 4 Problem 6 - One Billion Views

acc4p6 CPP17 11 Jun, 2020 0.088s 1 points

Source Code

#include <bits/stdc++.h>

using namespace std;

bool f(int N){
    return N == 156 || N == 160;
}

int main() {
    return 0;
}