Блог пользователя H.Handle

Автор H.Handle, история, 9 лет назад, По-английски
  • Проголосовать: нравится
  • -22
  • Проголосовать: не нравится

Автор H.Handle, 9 лет назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • -48
  • Проголосовать: не нравится

Автор H.Handle, 9 лет назад, По-английски

Fats have better contribution than the others.

Ex:Egor Fat  Ex:BestTrollEver Slim

Полный текст и комментарии »

  • Проголосовать: нравится
  • -46
  • Проголосовать: не нравится

Автор H.Handle, 9 лет назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • -32
  • Проголосовать: не нравится

Автор H.Handle, 9 лет назад, По-английски

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 +.

Полный текст и комментарии »

  • Проголосовать: нравится
  • -40
  • Проголосовать: не нравится