0_0_20376847_29154.cpp:39:3: error: expected unqualified-id before 'if'
if(p!=1) printf("/n");
^
0_0_20376847_29154.cpp:40:9: error: expected constructor, destructor, or type conversion before '(' token
printf("Case %d:/n",p);
^
0_0_20376847_29154.cpp:41:9: error: expected constructor, destructor, or type conversion before '(' token
printf("%d %d %d/n",max,sta,end);
^
0_0_20376847_29154.cpp:42:2: error: expected declaration before '}' token
}
^
|