0_0_15444339_10380.cpp: In function 'int main()':
0_0_15444339_10380.cpp:8:17: error: 'print' was not declared in this scope
print("%d\n",s);
^
0_0_15444339_10380.cpp: In function 'int main()':
0_0_15444339_10380.cpp:14:5: error: redefinition of 'int main()'
int main()
^
0_0_15444339_10380.cpp:2:5: note: 'int main()' previously defined here
int main()
^
|