Submission #244267


Source Code Expand

#include<bits/stdc++.h>

#define rep(i,n) for(int i=0;i<(int)n;i++)
#define all(c) (c).begin(),(c).end()
#define mp make_pair
#define pb push_back
#define each(i,c) for(__typeof((c).begin()) i=(c).begin();i!=(c).end();i++)
#define dbg(x) cerr<<__LINE__<<": "<<#x<<" = "<<(x)<<endl

using namespace std;

typedef long long ll;
typedef vector<int> vi;
typedef pair<int,int> pi;
const int inf = (int)1e9;
const double INF = 1e12, EPS = 1e-9;

int main(){
	ll a, b;
	cin >> a >> b;
	cout << a * b << endl;
	return 0;
}

Submission Info

Submission Time
Task A - Code Formula 2015
User nadeko
Language C++ (G++ 4.6.4)
Score 100
Code Size 538 Byte
Status AC
Exec Time 26 ms
Memory 920 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 9
Set Name Test Cases
All test_2_1.txt, test_349_131.txt, test_383_460.txt, test_851_774.txt, test_913_969.txt, test_916_44.txt, test_999_1000.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
sample_01.txt AC 25 ms 800 KB
sample_02.txt AC 24 ms 672 KB
test_2_1.txt AC 24 ms 800 KB
test_349_131.txt AC 26 ms 676 KB
test_383_460.txt AC 24 ms 668 KB
test_851_774.txt AC 25 ms 676 KB
test_913_969.txt AC 24 ms 676 KB
test_916_44.txt AC 25 ms 920 KB
test_999_1000.txt AC 26 ms 676 KB