1#include <stdio.h>
2
3int main() {
4	int x = "not an integer";
5	printf("Hello\n");
6	return 0
7}