intmain(){ inti; for(i=0;i<20;i++){ printf("숫자 : %d",i); } return0; } Success#stdin#stdout0s 5480KB comments () stdin Standard input is empty stdout 숫자 : 0숫자 : 1숫자 : 2숫자 : 3숫자 : 4숫자 : 5숫자 : 6숫자 : 7숫자 : 8...
Note that in all these cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions json::array and json::object will help: // a way to express the empty array [] json empty_array_explicit =...