#include int main() { int a, b, c; a = 2; b = 3; if (a != b) { printf("Not the same\n"); } }