This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
hackerrank
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changed wording
main
Titouan Rigoudy
11 years ago
parent
0539ee7989
commit
55b3dcdeba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
Cancel
Save