aboutsummaryrefslogtreecommitdiff
path: root/UVA/PIDigits
diff options
context:
space:
mode:
Diffstat (limited to 'UVA/PIDigits')
-rwxr-xr-xUVA/PIDigits/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/UVA/PIDigits/main.cpp b/UVA/PIDigits/main.cpp
index 511c72a..5ed445d 100755
--- a/UVA/PIDigits/main.cpp
+++ b/UVA/PIDigits/main.cpp
@@ -1,4 +1,4 @@
-#include<bits/stdc++.h>
+#include <bits/stdc++.h>
#include <iomanip>
using namespace std;
@@ -10,9 +10,9 @@ typedef vector<int> vi;
#define INF 1000000000
-int main () {
- ios_base::sync_with_stdio(false);
- cin.tie(NULL);
+int main() {
+ ios_base::sync_with_stdio(false);
+ cin.tie(NULL);
int n;
cin >> n;
double PI = acos(-1);