[ create a new paste ] login | about

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

C, pasted on Oct 1:
1
2
3
4
5
6
7
8
9
10
11
#include<stdio.h>}
int main()
(
{
int i =1;
for(i=1;i<=10;i++)
{
print("%d";i)
}
return(0);
}


Output:
1
2
Line 17: warning: extra tokens at end of #include directive
Line 4: error: expected declaration specifiers or '...' before '{' token


Create a new paste based on this one


Comments: