Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Kitxuuu
/
AIXCC-C-Challenge
like
1
ArXiv:
arXiv:
2509.07225
Dataset card
Files
Files and versions
xet
Community
1
main
AIXCC-C-Challenge
/
local-test-libxml2-delta-01
/
afc-libxml2
/
result
/
valid
/
id2.xml
Kitxuuu
Add files using upload-large-folder tool
e66a594
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
272 Bytes
<?xml version=
"1.0"
?>
<!DOCTYPE
doc
[
<!ELEMENT
doc
(
src
|
dest
)*>
<!ELEMENT
src
EMPTY
>
<!ELEMENT
dest
EMPTY
>
<!ATTLIST
src
ref
IDREF
#IMPLIED
>
<!ATTLIST
dest
id
ID
#IMPLIED
>
<!ENTITY
dest
"<dest id='foo'/>"
>
]>
<
doc
>
<
src
ref
=
"foo"
/>
&dest;
<
src
ref
=
"foo"
/>
</
doc
>