August 24, 2018 code in cpp: //something new....... #include<stdio.h> int main() { int a,b,c; printf("%d",scanf("%d%d%d",&a,&b,&c)); return 0; } output :3 //thank yo Read more