Submission #7592529


Source Code Expand

#include <iosteam>

int main() {
  std::string handle_name;
  std::cin >> handle_name;
  std::cout << handle_name + "pp" << std::endl;

  return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User boobam
Language C++14 (Clang 3.8.0)
Score 0
Code Size 159 Byte
Status CE

Compile Error

./Main.cpp:1:10: fatal error: 'iosteam' file not found
#include <iosteam>
         ^
1 error generated.