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…
Etiket: codingame
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…
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;…