0_0_16386560_5249.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16386560_5249.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16386560_5249.cpp: In function 'void input()':
0_0_16386560_5249.cpp:20:5: error: expected ';' before '{' token
{
^
0_0_16386560_5249.cpp:20:5: error: expected primary-expression before '{' token
0_0_16386560_5249.cpp:20:5: error: expected ')' before '{' token
0_0_16386560_5249.cpp:21:27: error: 'scanf' was not declared in this scope
scanf("%d%d",&a,&b);
^
0_0_16386560_5249.cpp: In function 'void topSort()':
0_0_16386560_5249.cpp:33:5: error: expected ')' before '{' token
{
^
0_0_16386560_5249.cpp:35:9: error: expected ';' before 'if'
if(!visited[i]&&0==inDev[i])
^
0_0_16386560_5249.cpp:35:9: error: expected primary-expression before 'if'
0_0_16386560_5249.cpp:35:9: error: expected ')' before 'if'
0_0_16386560_5249.cpp:38:19: error: 'printf' was not declared in this scope
printf(" ");
^
0_0_16386560_5249.cpp:40:22: error: 'printf' was not declared in this scope
printf("%d",i);
^
0_0_16386560_5249.cpp:43:9: error: expected ';' before 'if'
if(g[i][j])
^
0_0_16386560_5249.cpp:43:9: error: expected primary-expression before 'if'
0_0_16386560_5249.cpp:43:9: error: expected ')' before 'if'
0_0_16386560_5249.cpp:46:16: error: 'printf' was not declared in this scope
printf("\n");
^
0_0_16386560_5249.cpp: In function 'int main()':
0_0_16386560_5249.cpp:50:29: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
0_0_16386560_5249.cpp:50:32: error: 'EOF' was not declared in this scope
while(scanf("%d%d",&n,&m)!=EOF)
^
|