Problem | WA1 |
---|---|
User | bz |
Submission Time | 2024-05-16 17:54:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
WA1.cpp: In function ‘int main()’:
WA1.cpp:28:5: error: ‘unsigned_int8’ was not declared in this scope; did you mean ‘unsigned’?
28 | unsigned_int8 a[n];
| ^~~~~~~~~~~~~
| unsigned
WA1.cpp:32:9: error: ‘a’ was not declared in this scope
32 | a[i] = (9*x+y)%MOD;
| ^
WA1.cpp:35:10: error: ‘a’ was not declared in this scope
35 | sort(a, a+n);
| ^