競プロC++基礎

背景
投稿者投稿者for(;;)いいね0お気に入り登録
プレイ回数7難易度(2.7) 90秒 英語
※long long → ll, vector → vc
競技プログラミング(Atcoderなど)で使う基礎のプログラムの練習です
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 ai 1955 ('ω') 2.0 95.8% 90.0 184 8 15 2025/11/02

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(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);

問題文を全て表示 一部のみ表示 誤字・脱字等の報告

for(;;)のタイピング

オススメの新着タイピング

タイピング練習講座 ローマ字入力表 アプリケーションの使い方 よくある質問

人気ランキング

注目キーワード