競プロC++基礎
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | ai | 1955 | ('ω') | 2.0 | 95.8% | 90.0 | 184 | 8 | 15 | 2025/11/02 |
関連タイピング
-
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数3971英語長文120秒 -
html5暗記用 <>を省いています
プレイ回数677英語長文694打 -
プレイ回数228長文英字60秒
-
プレイ回数3977英語長文120秒
-
python 基本
プレイ回数350英字120打 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数8019英語長文120秒 -
プレイ回数636英語短文159打
-
プレイ回数2.1万英語1055打
問題文
(int x;)
int x;
(ll n;)
ll n;
(string s;)
string s;
(bool ok=false;)
bool ok=false;
(ll n,a,b;)
ll n,a,b;
(ll ans=0;)
ll ans=0;
(vc<ll> a(n);)
vc<ll> a(n);
(vc<vc<ll>> a(n,vc<ll>(m));)
vc<vc<ll>> a(n,vc<ll>(m));
(vc<ll> a(n),b(m);)
vc<ll> a(n),b(m);
(vc<bool> ok(n,true);)
vc<bool> ok(n,true);
(cin>>n;)
cin>>n;
(cin>>n>>a>>b;)
cin>>n>>a>>b;
(cin>>a[i];)
cin>>a[i];
(cin>>a[i][j];)
cin>>a[i][j];
(cin>>a[i]>>b[i];)
cin>>a[i]>>b[i];
(cout<<ans<<endl;)
cout<<ans<<endl;
(cout<<endl;)
cout<<endl;
(cout<<" "<<endl;)
cout<<" "<<endl;
(cout<<"Yes"<<endl;)
cout<<"Yes"<<endl;
(cout<<"No"<<endl;)
cout<<"No"<<endl;
(ans++;)
ans++;
(x--;)
x--;
(a+=b;)
a+=b;
(a-=b;)
a-=b;
(a*=b;)
a*=b;
(a/=b;)
a/=b;
(a[i]++;)
a[i]++;
(a[i]--;)
a[i]--;
(if(a==b){)
if(a==b){
(if(a>b&&a<c){)
if(a>b&&a<c){
(if(a>=b&&a<=c){)
if(a>=b&&a<=c){
(if(a!=b){)
if(a!=b){
(if(s[i]=='.'){)
if(s[i]=='.'){
(if(s[i]!='#'){)
if(s[i]!='#'){
(if(s[i]=='o'||s[i]=='x'){)
if(s[i]=='o'||s[i]=='x'){
(for(ll i=k;i>0;i--){)
for(ll i=k;i>0;i--){
(for(ll j=k-1;j>=0,j--){)
for(ll j=k-1;j>=0,j--){
(rep(i,n){)
rep(i,n){
(rep(j,m){)
rep(j,m){
(rep(i,s.size()){)
rep(i,s.size()){
(while(x!=0){)
while(x!=0){
(while(true){)
while(true){
(for(;;){)
for(;;){
(break;)
break;
(continue;)
continue;
(goto Exit;)
goto Exit;
(Exit:;)
Exit:;
(ll count(ll p){)
ll count(ll p){
(x=count(p);)
x=count(p);
(ll count(ll &p){)
ll count(ll &p){
(return x;)
return x;
(a.pb(x);)
a.pb(x);
(a.pob();)
a.pob();
(x=min(y,z);)
x=min(y,z);
(x=max(y,z);)
x=max(y,z);
(swap(a,b);)
swap(a,b);
(reverse(all(a));)
reverse(all(a));
(sort(all(a));)
sort(all(a));
(for(ll x:a){)
for(ll x:a){
(x=y<z?y:z;)
x=y<z?y:z;
(if(isupper('s[i]')){)
if(isupper('s[i]')){
(s=to_string(x);)
s=to_string(x);
(x=stoll(s);)
x=stoll(s);