Submission #1123945

#TimeUsernameProblemLanguageResultExecution timeMemory
1123945EfeBabagilHomework (CEOI22_homework)C++20
Compilation error
0 ms0 KiB
#include <stdio.h> #include <bits/stdc++.h> using namespace std; int main() { string s; cin>>s; n=(s.size()+6)/7; //max(min(a,b),min(a,b)) cout<<n-1; return 0; }

Compilation message (stderr)

Main.cpp: In function 'int main()':
Main.cpp:9:9: error: 'n' was not declared in this scope
    9 |         n=(s.size()+6)/7;
      |         ^