Search found 2 matches

by Karcher
Wed Nov 09, 2011 2:01 pm
Forum: Volume 108 (10800-10899)
Topic: 10887 - Concatenation of Languages
Replies: 49
Views: 27044

Re: 10887 - Concatenation of Languages

i got quite curious about this issue (getting AC with stl set), but found no exact answer. Is cell phone spy anybody in the know?
by Karcher
Fri Nov 04, 2011 10:50 am
Forum: Volume 101 (10100-10199)
Topic: 10168 - Summation of Four Primes
Replies: 51
Views: 29830

Re: 10168 - Summation of Four Primes

int main()
{
int num,num1,num2;

while(scanf("%d",&num)==1)
{
if(num<8)printf("Impossible.\n");

else if(num==8)printf("2 2 2 2\n");

else if(num>8)
{
if(num%2!=0)
{
num1 = num-5;

Go to advanced search