← Back to Challenge List

Submission #85147

上傳編號85147
上傳時間2019-11-04 19:48:36
題目 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:7:26: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
printf("%.4f\n",h*b/2);
^
./test.cpp:17:13: error: expected '}' at end of input
return 0;
^