Submission #2244257


Source Code Expand

#include<bits/stdc++.h>
using namespace std;
int main()
{
    char c;
    while(cin>>c)
        if(c!='a'&&c!='e'&&c!='i'&&c!='o'&&c!='u')
            cout<<c;
    cout<<ensl;
}

Submission Info

Submission Time
Task B - 罠
User luogu_bot4
Language C++ (GCC 5.4.1)
Score 0
Code Size 186 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:9:11: error: ‘ensl’ was not declared in this scope
     cout<<ensl;
           ^