summaryrefslogtreecommitdiff
path: root/progs/a553.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a553.py')
-rw-r--r--progs/a553.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/a553.py b/progs/a553.py
new file mode 100644
index 0000000..ab5fbc4
--- /dev/null
+++ b/progs/a553.py
@@ -0,0 +1,2 @@
+def count_Intgral_Points(x1,y1,x2,y2):
+ return ((y2 - y1 - 1) * (x2 - x1 - 1)) \ No newline at end of file