We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ef13a5 + 9447c60 commit ed87b8fCopy full SHA for ed87b8f
ACM ICPC Live Archive/4008 - Last Digit.cpp
@@ -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
+
6
#include <bits/stdc++.h>
7
8
using namespace std;
0 commit comments