[ create a new paste ] login | about

Link: http://codepad.org/RGaxx97x    [ raw code | output | fork ]

C, pasted on Oct 18:
1
2
3
4
5
6
7
8
#include<stdio.h>
viod main(){
int a,,b,c;
scanf("%d%d%d",&a,&b,&c);
printf("%d%d%d",a,b,c);


}


Output:
1
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'main'


Create a new paste based on this one


Comments: