0_0_23160357_31845.cpp: In function 'int main()':
0_0_23160357_31845.cpp:146:18: error: expected primary-expression before '%' token
while(~scanf(%d %d,&n,&m))
^
0_0_23160357_31845.cpp:146:19: error: 'd' was not declared in this scope
while(~scanf(%d %d,&n,&m))
^
0_0_23160357_31845.cpp:152:20: error: too few arguments to function 'int printf(const char*, ...)'
printf();
^
In file included from 0_0_23160357_31845.cpp:4:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: declared here
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23160357_31845.cpp:157:19: error: expected primary-expression before '%' token
scanf(%d %d %lf,&p[i].u, &p[i].v, &p[i].w);
^
0_0_23160357_31845.cpp:157:26: error: 'lf' was not declared in this scope
scanf(%d %d %lf,&p[i].u, &p[i].v, &p[i].w);
^
0_0_23160357_31845.cpp:180:16: error: expected primary-expression before '%' token
printf(%d,count);
^
0_0_23160357_31845.cpp:182:20: error: expected primary-expression before '%' token
printf(%d ,ans[i]);
^
0_0_23160357_31845.cpp:183:16: error: expected primary-expression before '%' token
printf(%d,ans[count]);
^
|