1 solutions

  • 1
    @ 2024-9-8 9:59:43

    #include<iostream> #include<cstdio> using namespace std; int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d",(10*a+b)/19); return 0; }

  • 1

Information

ID
232
Time
1000ms
Memory
256MiB
Difficulty
9
Tags
# Submissions
20
Accepted
2
Uploaded By