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 { static void Main(string[] args)… Okumaya devam et Codingame – The Descent
Etiket: codingame
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 can implement the pseudo-code provided… Okumaya devam et Codingame – Tutorial
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; /** * Auto-generated code below… Okumaya devam et Coding Game – Power Of Thor