Submission #1797666


Source Code Expand

#include <stdio.h>
int main(void) {
	int s1, s2, s3;
	int e1, e2, e3;
	int k1, k2, k3;
	scanf("%d", &s1);
	scanf("%d", &e1); 
	scanf("%d", &s2);
	scanf("%d", &e2);
	scanf("%d", &s3);
	scanf("%d", &e3);
	k1 = s1*e1 / 10;
	k2 = s2*e2 / 10;
	k3 = s3*e3 / 10;
	printf("%d\n", k1 + k2 + k3);
	return 0;
}

Submission Info

Submission Time
Task A - プロコン
User yuki_KAITsw
Language C++14 (GCC 5.4.1)
Score 100
Code Size 315 Byte
Status AC
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &s1);
                  ^
./Main.cpp:7:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &e1); 
                  ^
./Main.cpp:8:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &s2);
                  ^
./Main.cpp:9:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &e2);
                  ^
./Main.cpp:10:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &s3);
                  ^
./Main.cpp:11:18: warning: ignoring return value of ‘int scanf(c...

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 18
Set Name Test Cases
Sample sample_case-01.txt, sample_case-02.txt
All sample_case-01.txt, sample_case-02.txt, test-01.txt, test-02.txt, test-03.txt, test-04.txt, test-05.txt, test-06.txt, test-07.txt, test-08.txt, test-09.txt, test-10.txt, test-11.txt, test-12.txt, test-13.txt, test-14.txt, test-15.txt, test-16.txt
Case Name Status Exec Time Memory
sample_case-01.txt AC 1 ms 128 KB
sample_case-02.txt AC 1 ms 128 KB
test-01.txt AC 0 ms 128 KB
test-02.txt AC 1 ms 128 KB
test-03.txt AC 1 ms 128 KB
test-04.txt AC 1 ms 128 KB
test-05.txt AC 1 ms 128 KB
test-06.txt AC 1 ms 128 KB
test-07.txt AC 0 ms 128 KB
test-08.txt AC 1 ms 128 KB
test-09.txt AC 1 ms 128 KB
test-10.txt AC 1 ms 128 KB
test-11.txt AC 1 ms 128 KB
test-12.txt AC 1 ms 128 KB
test-13.txt AC 1 ms 128 KB
test-14.txt AC 1 ms 128 KB
test-15.txt AC 1 ms 128 KB
test-16.txt AC 0 ms 128 KB