Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
slayone
/
uva_spoj_raw
like
0
Tasks:
Translation
Text Generation
Size:
1K<n<10K
Tags:
code
License:
mit
Dataset card
Files
Files and versions
Community
main
uva_spoj_raw
/
uva_cpp_clean
/
10055
/
10055-5.cpp
john
first commit
c4b0eef
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
#
include
<stdio.h>
#
include
<algorithme>
using
namespace
std;
int
main
()
{
long
long
a,b;
while
(cin>>a>>b)
cout<<
abs
(a-b);
return
0
;
}