結果

問題 No.374 コイン
ユーザー taba
提出日時 2017-05-20 00:21:07
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 378 bytes
コンパイル時間 717 ms
コンパイル使用メモリ 109,732 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-18 22:56:48
合計ジャッジ時間 1,511 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 31
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstring>
#include <cmath>
#include <cassert>
#include <random>
#include <vector>
#include <algorithm>
#include <array>
#include <functional>
#include <utility>
#include <regex>
#include <tuple>
#include <map>
#include <set>
#include <iostream>

using namespace std;

int main(){
	int64_t a,b;
	-scanf("%ld%ld",&a,&b);
	puts(a<b?"K":"S");
	return 0;
}
0