← Back to List
10718번: We love kriii ↗
Solutions
C++14
96 B | 80 chars
#include<stdio.h> int main() { for(int x=0; x<2; x++) printf("강한친구 대한육군\n"); }