mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Modified it.
This commit is contained in:
parent
fb9150a193
commit
801a2d9afa
@ -2,6 +2,7 @@
|
||||
using namepsace std;
|
||||
int main()
|
||||
{
|
||||
cout <<"Enter value of n:"<<endl;
|
||||
cin >> n;
|
||||
int a[n];
|
||||
int i,j,gcd;
|
||||
|
Loading…
Reference in New Issue
Block a user