Problem | WA1 |
---|---|
User | JustKitkat |
Submission Time | 2024-07-16 16:59:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
WA1.cpp: In function ‘int main()’:
WA1.cpp:11:17: error: expected initializer before ‘r’
11 | unsigned ll r=0;
| ^
WA1.cpp:14:9: error: ‘r’ was not declared in this scope
14 | r^=(x+1)*1000000000000000000+y;
| ^
WA1.cpp:16:13: error: ‘r’ was not declared in this scope
16 | cout<<(!r?'A':'U');
| ^