0_0_21871151_26638.cpp: In function 'int main()':
0_0_21871151_26638.cpp:37:15: error: too few arguments to function 'int scanf(const char*, ...)'
while(~scanf()){
^
In file included from 0_0_21871151_26638.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:386:15: note: declared here
int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
^
|