Create 1402.cpp

This commit is contained in:
KiritoTRw 2016-05-26 07:52:01 +08:00
parent 2c10f602a4
commit 9388c50571

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;
}