From 6c83506cb44b1d20f66df404f0b6468b0e291b6b Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 25 Jun 2019 17:55:13 -0500 Subject: Do a thing: --- ee1301/wk1/lab1/strap012_lab1_w_1.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ee1301/wk1/lab1/strap012_lab1_w_1.cpp') diff --git a/ee1301/wk1/lab1/strap012_lab1_w_1.cpp b/ee1301/wk1/lab1/strap012_lab1_w_1.cpp index 1d50ec3..77780c5 100644 --- a/ee1301/wk1/lab1/strap012_lab1_w_1.cpp +++ b/ee1301/wk1/lab1/strap012_lab1_w_1.cpp @@ -1,9 +1,9 @@ -#include -#include -using namespace std; - -int main() -{ - int x = 5; - cout << x << "! = " << x * (x - x / x) * (x - x / x - x / x) * (x / x + x / x) * (x / x) << endl; +#include +#include +using namespace std; + +int main() +{ + int x = 5; + cout << x << "! = " << x * (x - x / x) * (x - x / x - x / x) * (x / x + x / x) * (x / x) << endl; } \ No newline at end of file -- cgit v1.2.3