Browse Source

Changed wording

main
Titouan Rigoudy 11 years ago
parent
commit
55b3dcdeba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arithmetic_progressions/arithmetic_progressions.c

+ 1
- 1
arithmetic_progressions/arithmetic_progressions.c View File

@ -212,7 +212,7 @@ int read_adp(char *buf, int n, struct adp *adp) {
return 0;
}
// Calculate for [i, j[
// Calculate sum of p and product of d^p for [i, j[
void segtree_mcd(
struct adp *adp,
struct segtree *ptree,


Loading…
Cancel
Save