← Back to List

10171번: 고양이 ↗

Solutions

C++14
88 B | 88 chars
#include <stdio.h>
int main() {
    printf("\\    /\\\n )  ( \')\n(  /  )\n \\(__)|");
}