Submission #340353


Source Code Expand

#include "stdio.h"

void main( void* args )
{
}

Submission Info

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

Compile Error

./Main.cpp:3:23: error: ‘::main’ must return ‘int’
./Main.cpp:3:6: warning: first argument of ‘int main(void*)’ should be ‘int’ [-Wmain]
./Main.cpp:3:6: warning: ‘int main(void*)’ takes only zero or two arguments [-Wmain]