結果

問題 No.2864 String of yuusaan
ユーザー karinohito
提出日時 2024-09-04 10:41:59
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 129 bytes
コンパイル時間 1,944 ms
コンパイル使用メモリ 192,488 KB
最終ジャッジ日時 2025-02-24 03:51:14
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 8 WA * 11
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
using namespace std;
int main(){
    int N,K;
    cin>>N>>K;
    cout<<"yuusaanuusaa"[(K+11)%12]<<endl;
}
0