#include #include #include #include int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ printf("2"); return 0; }