Submission #244279


Source Code Expand

#include <algorithm>
#include <cstdio>
#include <functional>
#include <iostream>
#include <cstring>
#include <climits>
#include <cmath>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <string>
#include <vector>
using namespace std;
 
typedef long long ll;
typedef unsigned long long ull;
typedef pair<int, int> i_i;
typedef pair<ll, int> ll_i;
typedef pair<double, int> d_i;
typedef pair<ll, ll> ll_ll;
typedef pair<double, double> d_d;
struct edge { int u, v; ll w; };

int main() {
	int A, B; cin >> A >> B;
	cout << A * B << endl;
}

Submission Info

Submission Time
Task A - Code Formula 2015
User sugim48
Language C++ (G++ 4.6.4)
Score 100
Code Size 589 Byte
Status AC
Exec Time 29 ms
Memory 804 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 27 ms 804 KB
sample_02.txt AC 29 ms 736 KB
test_2_1.txt AC 26 ms 676 KB
test_349_131.txt AC 26 ms 676 KB
test_383_460.txt AC 26 ms 676 KB
test_851_774.txt AC 24 ms 796 KB
test_913_969.txt AC 27 ms 752 KB
test_916_44.txt AC 26 ms 672 KB
test_999_1000.txt AC 26 ms 804 KB