Skip to content

Commit 604b878

Browse files
Update integer_to_roman.cpp
1 parent 91f3094 commit 604b878

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Strings/integer_to_roman.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ int main()
3131
{
3232
fast;
3333

34-
// #ifndef ONLINE_JUDGE
35-
// freopen("input.txt","r",stdin);
36-
// freopen("output.txt","w",stdout);
37-
// #endif
38-
3934
ll n; cin>>n;
4035
cout<<int_to_roman(n);
4136

0 commit comments

Comments
 (0)