Author
anonymous
over 8 years ago
Language
Compiler
Options
Author
anonymous
over 8 years ago
$ prog.cc:5:19: warning: format specifies type 'long long' but the argument has type 'double' [-Wformat]
printf("%lld\n", x);
~~~~ ^
%f
prog.cc:8:19: warning: format specifies type 'long long' but the argument has type 'double' [-Wformat]
printf("%lld\n", y);
~~~~ ^
%f
2 warnings generated.
140729236396744
0
Exit Code:
0