Find the largest integer \(c\) for which \(100a+127b=c\) has six solutions in non-negative integers.
------Thanks!
a=1; b=1;c=1;d=a*100 +b*127; if(d<=500, goto5, goto6);print a, b, c, d; a++;if(a<10, goto3, 0);a=1;b++;if(b<10, goto3, discard=0; a=1;b=1;c++;if(c<10, goto3, 0)
OUTPUT:
a b c
1 1 227 2 1 327 3 1 427 1 2 354 2 2 454 1 3 481