Skip to content

Commit be8245a

Browse files
authored
OverHappy Number
1 parent f6b887e commit be8245a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

my approch.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include <bits/stdc++.h>
2+
using namespace std;
3+
int main()
4+
{
5+
int n;
6+
cin>>n;
7+
int n_tm = n;
8+
9+
10+
11+
}
12+

0 commit comments

Comments
 (0)