Problem | scalars |
---|---|
User | 107robloxycola |
Submission Time | 2025-06-28 19:53:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scalars.cpp: In function ‘int main()’:
scalars.cpp:5:12: error: expected primary-expression before ‘int’
5 | cin >> int n;
| ^~~
scalars.cpp:7:20: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | vector<int> v1(n), v2(n);
| ^
| yn