Universal Cup Judging System
Universal Cup
The 3rd Universal Cup. Stage 20: Kunming
이 대회는 다음 이름으로도 알려져 있습니다:
| # | 문제 |
|---|---|
| A | Antivirus |
| B | Brackets |
| C | Coin |
| D | Dolls |
| E | Extracting Weights |
| F | Flowers |
| G | GCD |
| H | Horizon Scanning |
| I | Items |
| J | Just another Sorting Problem |
| K | Key Recovery |
| L | Last Chance: Threads of Despair |
| M | Matrix Construction |
대회 공지
| 제목 | 내용 | 시간 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 없음 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
문제 관련 질문
전체 질문
| Asker | When | Questions |
|---|---|---|
| ucup-team3586 | 2024-12-07 16:49:04 |
The output from local tester is different from the sample.
MbtiConverter converter;
converter.setKey(998244353);
uint32_t input_i32 = 0x04f37255;
uint32_t output_i32 = converter.run(input_i32);
printf("%x\n",output_i32);//acf7e10b
回复:Sorry, the examples in the statement was wrong. Please refer to the output of the local tester.
The correct example should be:
Input:
```
acf7e10b
105092e0
```
Output:
```
? 04f37255
? 9090cfca
! 998244353
```
|
대회 종료
규정: ICPC
- Test full dataset
- Scoreboard available
- Penalty: 20 minute(s)
- Submission limit / problem: 1000
- Scoreboard will be frozen after 4:00:00
가상 대회
가상 대회가 진행 중입니다. 참가를 시작할 수 있습니다.