Submission #1540298


Source Code Expand

//Author: Lixiang
#include<stdio.h>
#include<algorithm>
using namespace std;
struct A{
	long long Q,H,S,D,N;
	void init(){
		scanf("%I64d%I64d%I64d%I64d%I64d",&Q,&H,&S,&D,&N);
	}
	void work(){
		printf("%I64d\n",min((N%2==0)?N/2*D:((N-1)/2*D+min(S,min(H*2,Q*4))),min(N*S,min(N*H*2,N*Q*4))));
	}
}sol;
int main(){
	sol.init();
	sol.work();
	return 0;
}

Submission Info

Submission Time
Task A - Ice Tea Store
User ACdreamer
Language C++14 (GCC 5.4.1)
Score 0
Code Size 370 Byte
Status WA
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.cpp: In member function ‘void A::init()’:
./Main.cpp:8:51: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘long long int*’ [-Wformat=]
   scanf("%I64d%I64d%I64d%I64d%I64d",&Q,&H,&S,&D,&N);
                                                   ^
./Main.cpp:8:51: warning: format ‘%d’ expects argument of type ‘int*’, but argument 3 has type ‘long long int*’ [-Wformat=]
./Main.cpp:8:51: warning: format ‘%d’ expects argument of type ‘int*’, but argument 4 has type ‘long long int*’ [-Wformat=]
./Main.cpp:8:51: warning: format ‘%d’ expects argument of type ‘int*’, but argument 5 has type ‘long long int*’ [-Wformat=]
./Main.cpp:8:51: warning: format ‘%d’ expects argument of type ‘int*’, but argument 6 has type ‘long long int*’ [-Wformat=]
./Main.cpp: In member function ‘void A::work()’:
./Main.cpp:11:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=]
   printf("%I64d\n",min((N%2==0)?N/2*D:((N-1)/2*D+min(S,min(H*2,Q*4))),min(...

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 300
Status
AC × 3
WA × 1
AC × 7
WA × 16
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt, sample_04.txt
All sample_01.txt, sample_02.txt, sample_03.txt, sample_04.txt, sample_01.txt, sample_02.txt, sample_03.txt, sample_04.txt, subtask_1_01.txt, subtask_1_02.txt, subtask_1_03.txt, subtask_1_04.txt, subtask_1_05.txt, subtask_1_06.txt, subtask_1_07.txt, subtask_1_08.txt, subtask_1_09.txt, subtask_1_10.txt, subtask_1_11.txt, subtask_1_12.txt, subtask_1_13.txt, subtask_1_14.txt, subtask_1_15.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1 ms 128 KB
sample_02.txt AC 1 ms 128 KB
sample_03.txt AC 1 ms 128 KB
sample_04.txt WA 1 ms 128 KB
subtask_1_01.txt AC 1 ms 128 KB
subtask_1_02.txt WA 1 ms 128 KB
subtask_1_03.txt WA 1 ms 128 KB
subtask_1_04.txt WA 1 ms 128 KB
subtask_1_05.txt WA 1 ms 128 KB
subtask_1_06.txt WA 1 ms 128 KB
subtask_1_07.txt WA 1 ms 128 KB
subtask_1_08.txt WA 1 ms 128 KB
subtask_1_09.txt WA 1 ms 128 KB
subtask_1_10.txt WA 1 ms 128 KB
subtask_1_11.txt WA 1 ms 128 KB
subtask_1_12.txt WA 1 ms 128 KB
subtask_1_13.txt WA 1 ms 128 KB
subtask_1_14.txt WA 1 ms 128 KB
subtask_1_15.txt WA 1 ms 128 KB