mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1869.cpp
This commit is contained in:
parent
9aeb76975f
commit
8b8404ed3a
11
QUSTOJ/1869.cpp
Normal file
11
QUSTOJ/1869.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
int a;
|
||||
const double pi=3.14;
|
||||
cin>>a;
|
||||
cout<<a*a*pi<<endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user