Loading [Contrib]/a11y/accessibility-menu.js
Toggle navigation
Sky Online Judge
Problems
Challenges
Contest
Tools
Coder
Scoreboard
Code
Dev Message
Discuss
Make-A-Wish
LOGIN
上傳編號
53487
上傳時間
2018-12-03 21:36:13
題目
The Theft Triangle (測試題)
使用者
anonymous
總得分
100,
Accepted
AC
in 0 ms
#
State
Runtime
Memory
0
Accepted
AC
0
385024
1
Accepted
AC
0
385024
2
Accepted
AC
0
262144
3
Accepted
AC
0
258048
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example program
#include
<iostream>
#include
<string>
#include
<stdio.h>
using
namespace
std
;
int
main
(
int
argc
,
const
char
*
argv
[
])
{
double
c
,
o
,
a
;
cin
>>
c
>>
o
;
a
=
c
*
o
/
2
;
printf
(
"
%.
4f
\n
"
,
a
)
;
return
0
;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX