Problem | scalars |
---|---|
User | nguyendinhanh1508 |
Submission Time | 2024-01-24 17:00:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scalars.cpp:27:2: error: stray ‘#’ in program
27 | }#include <bits/stdc++.h>
| ^
scalars.cpp:27:3: error: ‘include’ does not name a type
27 | }#include <bits/stdc++.h>
| ^~~~~~~
scalars.cpp:33:9: error: redefinition of ‘int32_t main()’
33 | int32_t main() {
| ^~~~
scalars.cpp:7:9: note: ‘int32_t main()’ previously defined here
7 | int32_t main() {
| ^~~~