"Enter"a basıp içeriğe geçin

Etiket: codingame

Codingame – The Descent

Sosyal medyadan gördüğüm ve hoşuma giden güzel bir kodlama oyunu sitesi olan Codingame.com içindeki çözümlerim   using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/ class Player…

Codingame – Tutorial

Sosyal medyadan gördüğüm ve hoşuma giden güzel bir kodlama oyunu sitesi olan Codingame.com içindeki çözümlerim Oyunun tutorial kısmının çözümü using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; /** * CodinGame planet is being attacked by slimy insectoid aliens. * <— * Hint:To protect the planet, you…

Coding Game – Power Of Thor

Sosyal medyadan gördüğüm ve hoşuma giden güzel bir kodlama oyunu sitesi olan Codingame.com içindeki çözümlerim   Kısaca özetlemek gerekirse belirtilen şartlara göre 8 yön için koşulları yazdık ve bunların en başında haritanın sınırlarının içinde olup olmadığını kontrol ettik. using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic;…