0_0_14790366_1163.c:1:1: error: unknown type name 'using'
using System;
^
0_0_14790366_1163.c:2:1: error: unknown type name 'using'
using System.Collections.Generic;
^
0_0_14790366_1163.c:2:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
using System.Collections.Generic;
^
0_0_14790366_1163.c:3:1: error: unknown type name 'using'
using System.Linq;
^
0_0_14790366_1163.c:3:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
using System.Linq;
^
0_0_14790366_1163.c:4:1: error: unknown type name 'using'
using System.Text;
^
0_0_14790366_1163.c:4:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
using System.Text;
^
0_0_14790366_1163.c:5:1: error: unknown type name 'using'
using System.Threading.Tasks;
^
0_0_14790366_1163.c:5:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
using System.Threading.Tasks;
^
0_0_14790366_1163.c:7:1: error: unknown type name 'namespace'
namespace ACM
^
0_0_14790366_1163.c:8:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
|