Submission #62513065


Source Code Expand

Copy
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a[4]={0};
for(int i=1;i<=3;i++) scanf("%d",&a[i]);
sort(a+1,a+4);
if(a[1]*a[2]==a[3]) printf("Yes");
else printf("No");
return 0;
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#include <bits/stdc++.h>
using namespace std;
int main()
{
	int a[4]={0};
	for(int i=1;i<=3;i++) scanf("%d",&a[i]);
	sort(a+1,a+4);
	if(a[1]*a[2]==a[3]) printf("Yes");
	else printf("No");
	return 0;
}

Submission Info

Submission Time
Task A - Shuffled Equation
User yuanzijin
Language C++ 20 (gcc 12.2)
Score 100
Code Size 210 Byte
Status AC
Exec Time 1 ms
Memory 3876 KB

Compile Error

Main.cpp: In function ‘int main()’:
Main.cpp:6:36: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    6 |         for(int i=1;i<=3;i++) scanf("%d",&a[i]);
      |                               ~~~~~^~~~~~~~~~~~

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 25
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All sample_01.txt, sample_02.txt, sample_03.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, test_17.txt, test_18.txt, test_19.txt, test_20.txt, test_21.txt, test_22.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1 ms 3644 KB
sample_02.txt AC 1 ms 3688 KB
sample_03.txt AC 1 ms 3752 KB
test_01.txt AC 1 ms 3752 KB
test_02.txt AC 1 ms 3584 KB
test_03.txt AC 1 ms 3652 KB
test_04.txt AC 1 ms 3876 KB
test_05.txt AC 1 ms 3872 KB
test_06.txt AC 1 ms 3768 KB
test_07.txt AC 1 ms 3768 KB
test_08.txt AC 1 ms 3748 KB
test_09.txt AC 1 ms 3748 KB
test_10.txt AC 1 ms 3576 KB
test_11.txt AC 1 ms 3656 KB
test_12.txt AC 1 ms 3764 KB
test_13.txt AC 1 ms 3748 KB
test_14.txt AC 1 ms 3644 KB
test_15.txt AC 1 ms 3580 KB
test_16.txt AC 1 ms 3816 KB
test_17.txt AC 1 ms 3580 KB
test_18.txt AC 1 ms 3748 KB
test_19.txt AC 1 ms 3688 KB
test_20.txt AC 1 ms 3652 KB
test_21.txt AC 1 ms 3648 KB
test_22.txt AC 1 ms 3752 KB


2025-04-11 (Fri)
16:39:55 +00:00