Submission #214351


Source Code Expand

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package scalakadaitest

object Main {

  /**
   * @param args the command line arguments
   */
  def main(args: Array[String]): Unit = {
    var str = readLine
    println(str(0) - 'A' + 1);
  }

}

Submission Info

Submission Time
Task A - A
User atsushi015
Language Scala (2.9.1)
Score 0
Code Size 317 Byte
Status CE