Universal Cup Judging System
Universal Cup
As we are currently experiencing an overwhelming number of web requests for fetching user submissions, we have temporarily disabled the full submissions list. You must now be logged in to view submissions.
The 3rd Universal Cup. Stage 20: Kunming
The contest is also known as:
| # | Problem |
|---|---|
| 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 |
Notice
| Title | Content | Time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| None | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Questions about problems
All Questions
| 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
```
|
Contest Ended
Ruleset: ICPC
- Test full dataset
- Scoreboard available
- Penalty: 20 minute(s)
- Submission limit / problem: 1000
- Scoreboard will be frozen after 4:00:00
Virtual Contest
The virtual contest is in progress. You can start your participation.