I `m getting wrong answer in this problem : http://www.spoj.com/problems/MLASERP/en/
Code: http://www.a2oj.com/f.jsp?i=OCMPJ1JJ
thanks in advance :)
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 150 |
I `m getting wrong answer in this problem : http://www.spoj.com/problems/MLASERP/en/
Code: http://www.a2oj.com/f.jsp?i=OCMPJ1JJ
thanks in advance :)
Be the first person to solve this problem and help me to solve it :D
problem : live archive -> 6082 — Groovy numbers
problem link : https://icpcarchive.ecs.baylor.edu/index.php?option=onlinejudge&page=show_problem&problem=4093
I tried to solve it using two different ways but still getting WA !!
This solution uses the normal way to get all divisors of a number it just iterate through sqrt of the number and check each divisor.
https://ideone.com/5wNLzi#stdin
This solution uses factorization to get all divisors of a number
In this problem 150A - Win or Freeze
The problem writer said :
" If there are multiple solutions, print any of them ".
And my code printed a valid output put it gave me wrong answer as it is "bad position " , i don`t know what is this mean ?
code : 10421263
Name |
---|