Submission #17950778


Source Code Expand

#include "bits/stdc++.h"
using namespace std;

int a,b;

int main()
{
	cin>>a>>b;
	cout<<2*a+100-b;
}

Submission Info

Submission Time
Task A - twiblr
User dush1729
Language C++ (GCC 9.2.1)
Score 100
Code Size 110 Byte
Status AC
Exec Time 8 ms
Memory 3632 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 6
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
handmade_00.txt AC 6 ms 3448 KiB
handmade_01.txt AC 2 ms 3436 KiB
random_00.txt AC 4 ms 3392 KiB
random_01.txt AC 8 ms 3452 KiB
sample_01.txt AC 2 ms 3520 KiB
sample_02.txt AC 2 ms 3632 KiB