using System;
int a = 5;
int b = 6;
int c = a+b;
if (c>10) Console.WriteLine("hi");
if (c<10|c==10) Console.WriteLine("lol meme moments");