Compile Error

/in/foo.cc:3:1: error: 'iny' does not name a type
 iny t,n,a[100005],b[105],x,y;
 ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:7: error: 't' was not declared in this scope
  cin>>t;
       ^
/in/foo.cc:9:8: error: 'n' was not declared in this scope
   cin>>n;
        ^
/in/foo.cc:11:9: error: 'a' was not declared in this scope
    cin>>a[i];
         ^
/in/foo.cc:12:8: error: 'a' was not declared in this scope
   sort(a+1,a+1+n);
        ^
/in/foo.cc:13:8: warning: unused variable 'ok' [-Wunused-variable]
   bool ok=1;
        ^~

信息

递交者
类型
递交
题目
P2776 寻找倍数3级2 2024.6
语言
C++
递交时间
2024-07-19 08:45:22
评测时间
2024-07-19 08:45:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes