Submission #111025


Source Code Expand

module Main (main) where

import Control.Applicative

main = do
  [x,y] <- words <$> getLine
  putStrLn $ show $ max (read x :: Int) (read y :: Int)

Submission Info

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

Compile Error

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