Problem | uniquenumbers |
---|---|
User | jovan |
Submission Time | 2025-06-11 20:45:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin >> a;
| ^~~
uniquenumbers.cpp:6:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
6 | sort(dat,dat +a)
| ^~~~
| short
uniquenumbers.cpp:7:16: error: ‘i’ was not declared in this scope
7 | for (int i =0;i<a-1;i++) {
| ^
uniquenumbers.cpp:12:2: error: ‘cout’ was not declared in this scope
12 | cout << b;
| ^~~~