LoginSignup
2
2

More than 5 years have passed since last update.

POH Lite4 エンジニアでも恋がしたい-転職初日にぶつかった女の子が同僚だった件 ミッション1

Last updated at Posted at 2014-12-04

ミッション1 / ミッション2 / ミッション3 / 共通解

<?php
    $input = file('php://stdin', FILE_IGNORE_NEW_LINES|FILE_SKIP_EMPTY_LINES);
    $input[0]=0;
    print(array_sum($input));

結果。
https://paiza.jp/poh/enkoi-second/5cc1166d
いくらなんでも簡単過ぎじゃないか?

と思ったらさすがにそれで終わりではなかった模様。
続きや如何に。

というか半端な点数でのストーリーを見る方が難しそうだ。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2