Submission #19559987
Source Code Expand
Copy
#include <bits/stdc++.h> using namespace std; int main() {int a, b, c, d; cin >> a >> b >> c >> d; cout << a * d - b * c;}
Submission Info
Submission Time | |
---|---|
Task | A - Determinant |
User | lbr |
Language | C++ (GCC 9.2.1) |
Score | 100 |
Code Size | 130 Byte |
Status | AC |
Exec Time | 6 ms |
Memory | 3624 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample_01.txt, sample_02.txt, sample_03.txt |
All | random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, sample_01.txt, sample_02.txt, sample_03.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
random_01.txt | AC | 6 ms | 3552 KB |
random_02.txt | AC | 2 ms | 3416 KB |
random_03.txt | AC | 4 ms | 3548 KB |
random_04.txt | AC | 3 ms | 3548 KB |
random_05.txt | AC | 3 ms | 3420 KB |
random_06.txt | AC | 2 ms | 3420 KB |
sample_01.txt | AC | 2 ms | 3624 KB |
sample_02.txt | AC | 2 ms | 3536 KB |
sample_03.txt | AC | 2 ms | 3420 KB |