0_0_16379676_468.c: In function 'main': 0_0_16379676_468.c:5:42: error: called object 'a' is not a function or function pointer while(scanf("%d",&a)!=EOF){printf("%d",a(1+a)/2);}; ^ 0_0_16379676_468.c:4:7: note: declared here int a; ^