#include "stdio.h" int main(int argc, const char *argv[]) { printf("%s\n", "caca"); getchar(); return 0; }
Report message to a moderator