H.Handle's blog

By H.Handle, history, 9 years ago, In English

You can be low but WHAT is THIS

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it

By H.Handle, 9 years ago, In English

5+2=7, 5-2=3, 3+7=10, 4-7=3, 5+9=14, 6-9=3, 7+3+10+3+14+3=40. Happy 40th anniversary to MHP.

Full text and comments »

  • Vote: I like it
  • -48
  • Vote: I do not like it

By H.Handle, 9 years ago, In English

Fats have better contribution than the others.

Ex:Egor Fat  Ex:BestTrollEver Slim

Full text and comments »

  • Vote: I like it
  • -46
  • Vote: I do not like it

By H.Handle, 9 years ago, In English

i am hard pro coder tourist can you hear me? (dont ban pls)

Full text and comments »

  • Vote: I like it
  • -32
  • Vote: I do not like it

By H.Handle, 9 years ago, In English

This is the question x-y but it is not complicated enough answer must not be negative. And it is the solution:

#include <stdio.h>
#include <algorithm>//Pro Code (C Oriented Develop Executable)
int Integer_Variable_1;
int Integer_Variable_2;
int Integer_Catalyzator_1;
int main()
{
		scanf	(
					"%d",&Integer_Variable_1
				);
		scanf	(
					"%d",&Integer_Variable_2
				);
		printf	(
					"\n"
				);
		Integer_Catalyzator_1=abs(Integer_Variable_1-Integer_Variable_2);
		printf	(
					"%d",Integer_Catalyzator_1
				);
		printf	(
					"\n"
				);
		return 0;		
		//End of Pro Code (C Oriented Develop Executable)
}

And here abs function yes it is absolute function for GCC:

if(Integer_Variable_1-Integer_Variable_2>0)//again it is Pro Code(C Oriented Develop Executable)
	return Integer_Variable_1-Integer_Variable_2;
else return abs(Integer_Variable_2-Integer_Variable_1);//The End

Thank you. If you want to support us please write some comment...:) please +.

Full text and comments »

  • Vote: I like it
  • -40
  • Vote: I do not like it