4611 | 2023-03-30 11:47:24 | Leventusz19 | Vetélkedő (75 pont) | csharp | Forditási hiba |
using System;namespace Vetélked{class Program{static void Main(string[] args){int count = int.Parse(Console.ReadLine());int[] = new int[256];for (int i = 0; i < count; i++){foreach (char u in Console.ReadLine()){karakterek[u] ^= 1;}}for (int i = 0; i < 256; ++i){if (karakterek[i] == 1){Console.Write((char)i);}}}}
exit status 1
Compilation failed: 2 error(s), 0 warnings
main.cs(1,126): error CS1001: Unexpected symbol `=', expecting identifier
main.cs(1,246): error CS1525: Unexpected symbol `end-of-file'
Exited with error status 1