Skip to content

Commit ed87b8f

Browse files
committed
Merge branch 'master' of github.com:AliOsm/CompetitiveProgramming
2 parents 3ef13a5 + 9447c60 commit ed87b8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ACM ICPC Live Archive/4008 - Last Digit.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
Idea:
3+
- https://gmatclub.com/forum/what-is-the-last-non-zero-digit-of-expression-239473.html
4+
*/
5+
16
#include <bits/stdc++.h>
27

38
using namespace std;

0 commit comments

Comments
 (0)