페이지

10926번: ??!

https://www.acmicpc.net/problem/10926


$O(1)$

https://msdn.microsoft.com/ko-kr/library/bt0y4awe.aspx


#include<cstdio>
char s[51];
int main() {
    scanf("%s", s);
    printf("%s?\?!", s);
    return 0;
}

댓글 없음 :

댓글 쓰기