Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
3 and 7 in a row
#include <bits/stdc++.h> using namespace std; int main() { string S; int i ; cin>>S; for(i =0; i<S.size(); i++) if(S[i]=='3' && S[i+1]=='7') break; if(i<S.size())cout<<"YES"<<endl; else cout<<"NO"<<endl; }
run
|
edit
|
history
|
help
0
virtual function
tuple_list_of
Smart Pointers
role of destructor during DMA
1
Test 1(2021)
data locality - fast example
Address Book
no copy elision
Faaaaak