#27656: 哈搂哈哈哈


yp11052008@yphs.tp.edu.tw (907-02王妤喬)


#include <iostream>
using namespace std;
int main( )
{
	string w;
	cin>>w; 
    cout<<"hello, "<<w;
}
#27657: Re:哈搂哈哈哈


yp11051253@yphs.tp.edu.tw (910-39劉浩霆)


#include 
using namespace std;
int main( )
{
	string w;
	cin>>w; 
    cout<<"hello, "<<w;
}

 

//d073: 分組報告

#include<iostream>

using namespace std;

int main()

{

    int n;

    cin >> n;

    cout << (n+2)/3 << '\n';

}