open_in_new
content_copy
#include <stdio.h> int main(void) { int new = 5; printf("%d", new); }