{}uint8 str1 = "abcd" {}uint8 str2 = "abcd" /; main [int] /; loop (int i = 0; i < 4) [i++] /; if (str1{i} !== str2{i}) return 1 ;/ ;/ return 0 ;/