C++

입력 출력

김연호님 2016. 6. 3. 00:18

#include <iostream>

using namespace std;


int main(){

char b;


cin >> b;

cout << b << endl;


}