제출 #1123945

#제출 시각아이디문제언어결과실행 시간메모리
1123945EfeBabagilHomework (CEOI22_homework)C++20
컴파일 에러
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;
}

컴파일 시 표준 에러 (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;
      |         ^