Submission #337911


Source Code Expand

#include <iostream>

a

int main( int argc, char** argv )
{
    std::cout << argv[ 0 ] << std::endl;

    return 0;
}

Submission Info

Submission Time
Task A - ニコニコ文字列2
User jepupu
Language C++ (G++ 4.6.4)
Score 0
Code Size 126 Byte
Status CE

Compile Error

./Main.cpp:3:1: error: ‘a’ does not name a type