Skip to content

Commit

Permalink
modify 1~8dan to 1~9dan
Browse files Browse the repository at this point in the history
  • Loading branch information
junsukim-me committed Oct 18, 2019
1 parent b32f68d commit a5782ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using namespace std;
int main()
{
for(int i=1;i<9;i++)
for(int i=1;i<=9;i++)
{
for (int j=1;j<10;j++)
{
cout<<i<<"*"<<j<<"="<<i*j<<endl
}
}
}
}

0 comments on commit a5782ec

Please sign in to comment.