Another Contest 4 Problem 6 - One Billion Views
Source Code
#include <bits/stdc++.h>
using namespace std;
bool f(int N){
return N == 156 || N == 160;
}
int main() {
return 0;
}
#include <bits/stdc++.h>
using namespace std;
bool f(int N){
return N == 156 || N == 160;
}
int main() {
return 0;
}