0_0_36168320_32236.cpp:1:7: error: expected nested-name-specifier before 'System'
using System;
^
0_0_36168320_32236.cpp:2:7: error: expected nested-name-specifier before 'System'
using System.Collections.Generic;
^
0_0_36168320_32236.cpp:3:7: error: expected nested-name-specifier before 'System'
using System.Linq;
^
0_0_36168320_32236.cpp:4:7: error: expected nested-name-specifier before 'System'
using System.Text;
^
0_0_36168320_32236.cpp:5:7: error: expected nested-name-specifier before 'System'
using System.Threading.Tasks;
^
0_0_36168320_32236.cpp:6:7: error: expected nested-name-specifier before 'System'
using System.IO;
^
0_0_36168320_32236.cpp:13:26: error: 'string' has not been declared
static void Main(string[] args)
^
0_0_36168320_32236.cpp:13:35: error: expected ',' or '...' before 'args'
static void Main(string[] args)
^
0_0_36168320_32236.cpp:35:5: error: expected ';' after class definition
}
^
0_0_36168320_32236.cpp: In static member function 'static void ConsoleApp_c_sharp_1::Program::Main(int*)':
0_0_36168320_32236.cpp:15:22: error: 'Convert' was not declared in this scope
long t = Convert.ToInt32(Console.ReadLine());
^
0_0_36168320_32236.cpp:15:38: error: 'Console' was not declared in this scope
long t = Convert.ToInt32(Console.ReadLine());
^
|