0_0_38938699_4610.cpp:3:14: error: expected ']' before ';' token
3 | #define N 101;
| ^
0_0_38938699_4610.cpp:6:7: note: in expansion of macro 'N'
6 | int t[N],a[N2];
| ^
0_0_38938699_4610.cpp:6:8: error: expected unqualified-id before ']' token
6 | int t[N],a[N2];
| ^
0_0_38938699_4610.cpp:6:14: error: expected unqualified-id before ']' token
6 | int t[N],a[N2];
| ^
0_0_38938699_4610.cpp: In function 'int main()':
0_0_38938699_4610.cpp:18:24: error: 'a' was not declared in this scope
18 | cin >> a[i];
| ^
0_0_38938699_4610.cpp:19:17: error: 't' was not declared in this scope
19 | t[a[i]]++;
| ^
0_0_38938699_4610.cpp:23:20: error: 't' was not declared in this scope
23 | if(t[i]){
| ^
|