summaryrefslogtreecommitdiff
path: root/23_power_rec/grade.txt
diff options
context:
space:
mode:
Diffstat (limited to '23_power_rec/grade.txt')
-rw-r--r--23_power_rec/grade.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/23_power_rec/grade.txt b/23_power_rec/grade.txt
new file mode 100644
index 0000000..6ee2635
--- /dev/null
+++ b/23_power_rec/grade.txt
@@ -0,0 +1,45 @@
+Grading at Sat 30 Oct 2021 02:41:44 AM UTC
+Attempting to compile power.c
+Attempting to compile power.o with our main
+Checking for unsigned power (unsigned x, unsigned y)
+Found on line 4, column 1
+Checking for no iteration (do, while, for)
+Checking that power is recursive
+0^0 was Correct
+0^1 was Correct
+0^2 was Correct
+0^6 was Correct
+0^8 was Correct
+0^11 was Correct
+1^0 was Correct
+1^1 was Correct
+1^2 was Correct
+1^6 was Correct
+1^8 was Correct
+1^11 was Correct
+4^0 was Correct
+4^1 was Correct
+4^2 was Correct
+4^6 was Correct
+4^8 was Correct
+4^11 was Correct
+5^0 was Correct
+5^1 was Correct
+5^2 was Correct
+5^6 was Correct
+5^8 was Correct
+5^11 was Correct
+9^0 was Correct
+9^1 was Correct
+9^2 was Correct
+9^6 was Correct
+9^8 was Correct
+9^11 was Correct
+12^0 was Correct
+12^1 was Correct
+12^2 was Correct
+12^6 was Correct
+12^8 was Correct
+12^11 was Correct
+
+Overall Grade: A