← Back to Challenge List

Submission #85150

上傳編號85150
上傳時間2019-11-04 19:56:01
題目 The Triangle B (測試題)
使用者 anonymous
總得分 0, CE in 0 ms
# State Runtime Memory
0 CE 0 ms 0
1 CE 0 ms 0
2 CE 0 ms 0
3 CE 0 ms 0
Judge Information
./test.cpp: In function 'int main(int, const char**)':
./test.cpp:8:22: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
printf("%.4f\n",a);
^
./test.cpp:8:23: error: expected '}' at end of input
printf("%.4f\n",a);
^