mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-07-08 02:13:51 +08:00
Update: Rename folder name to XSMOJ
This commit is contained in:
10
XSMOJ/求阴影面积.cpp
Normal file
10
XSMOJ/求阴影面积.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
double a;
|
||||
cin >> a ;
|
||||
printf("%.2lf", a * a / 4);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user