Submission #3878380


Source Code Expand

#include <bits/stdc++.h>
using namespace std;
int main(){
	str s;
	cin>>s;
	cout<<s<<"s"<<endl;
}

Submission Info

Submission Time
Task A - 複数形
User damin
Language C++14 (GCC 5.4.1)
Score 0
Code Size 103 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:4:2: error: ‘str’ was not declared in this scope
  str s;
  ^
./Main.cpp:5:7: error: ‘s’ was not declared in this scope
  cin>>s;
       ^