From 3759eed0eb1b304913981f5c27792b3517140a59 Mon Sep 17 00:00:00 2001 From: Yagnik Sakhiya <45854830+sakhiya07@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:59:29 +0530 Subject: [PATCH] Update 102B - Sum of Digits.cpp --- 102B - Sum of Digits.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/102B - Sum of Digits.cpp b/102B - Sum of Digits.cpp index 41321c1..7fc23ab 100644 --- a/102B - Sum of Digits.cpp +++ b/102B - Sum of Digits.cpp @@ -1,4 +1,5 @@ //4192333 Jul 28, 2013 6:06:57 AM fuwutu 102B - Sum of Digits GNU C++0x Accepted 30 ms 100 KB +// c language 1000 difficulty #include int main()