Create 1402.cpp

pull/20/head
KiritoTRw 2016-05-26 07:52:01 +08:00
parent 2c10f602a4
commit 9388c50571
1 changed files with 9 additions and 0 deletions

9
QUSTOJ/1402.cpp Normal file
View File

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
cout << "3.14159" << endl;
return 0;
}