Submission #111503


Source Code Expand

#!/usr/bin/perl

use strict;
use List::Util qw(max);

chomp($_ = <>);
print max(split), "\n"

Submission Info

Submission Time
Task A - 正直者
User navi
Language C++ (G++ 4.6.4)
Score 0
Code Size 100 Byte
Status CE

Compile Error

./Main.cpp:1:2: error: invalid preprocessing directive #!
./Main.cpp:3:1: error: ‘use’ does not name a type
./Main.cpp:4:1: error: ‘use’ does not name a type
./Main.cpp:6:6: error: expected constructor, destructor, or type conversion before ‘(’ token
./Main.cpp:7:1: error: ‘print’ does not name a type