MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / main

Function main

user/codeforces/409D.Big Data.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4char s[]="1001010111001010";
5
6int main()
7{
8 int n;
9 cin>>n;
10 cout<<s[n-1];
11
12 return 0;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected