結果

問題 No.791 うし数列
ユーザー kaage
提出日時 2019-03-17 22:20:52
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 396 bytes
コンパイル時間 1,036 ms
コンパイル使用メモリ 158,628 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-08 00:03:24
合計ジャッジ時間 1,699 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 1
other AC * 7 WA * 8
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
#define int long long
#define ll long long
#define rep(i,n) for(int i=0;i<n;i++)
#define INF LLONG_MAX/3
#define eps LDBL_EPSILON
#define moder (1000000007)
#define pie acos(-1)
#define P std::pair<int,int>
#define prique priority_queue
#define ggr getchar();getchar();return 0;
using namespace std;
string s;
signed main(){
	cin>>s;
	cout<<s.size()-1<<endl;
	return 0;
}
0