# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
956578 | 2024-04-02T07:40:18 Z | DeltaStruct | Laugh Analysis (IOI16_laugh) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> #include "laugh.h" using namespace std; int longest_laugh(string s){ int r = 0; for (int i(0),k(1);i < n;++i){ k = (s[i]=='a'||s[i]=='h'?k+1:0); r = max(r,k); } return r; }