Submission #580536


Source Code Expand

#include <cstdio>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <ctime>
#include <cctype>
#include <climits>
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <list>
#include <queue>
#include <deque>
#include <algorithm>
#include <numeric>
#include <utility>
#include <complex>
#include <memory>
#include <functional>

using namespace std;

#define ALL(g) (g).begin(),(g).end()
#define REP(i, x, n) for(int i = x; i < n; i++)
#define rep(i,n) REP(i,0,n)
#define F(i,j,k) fill(i[0],i[0]+j*j,k)
#define P(p) cout<<(p)<<endl;
#define EXIST(s,e) ((s).find(e)!=(s).end())
#define INF 1<<25
#define pb push_back

typedef vector<int> vi;
typedef vector<long long> vl;
typedef vector<double> vd;
typedef pair<int,int> pii;
typedef pair<long,long> pll;
typedef long long ll;
using namespace std;

int main() {
    int h1, h2;
    scanf("%d\n%d", &h1, &h2);

    printf("%d\n", h1-h2);

    return 0;
}

Submission Info

Submission Time
Task A - 積雪深差
User itkq
Language C++ (G++ 4.6.4)
Score 100
Code Size 1008 Byte
Status AC
Exec Time 29 ms
Memory 924 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:44:30: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]

Judge Result

Set Name all
Score / Max Score 100 / 100
Status
AC × 20
Set Name Test Cases
all 00_sample_01.txt, 00_sample_02.txt, 00_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
Case Name Status Exec Time Memory
00_sample_01.txt AC 28 ms 876 KB
00_sample_02.txt AC 26 ms 876 KB
00_sample_03.txt AC 29 ms 800 KB
test_01.txt AC 26 ms 796 KB
test_02.txt AC 25 ms 800 KB
test_03.txt AC 25 ms 924 KB
test_04.txt AC 23 ms 924 KB
test_05.txt AC 24 ms 800 KB
test_06.txt AC 28 ms 792 KB
test_07.txt AC 25 ms 796 KB
test_08.txt AC 24 ms 796 KB
test_09.txt AC 25 ms 800 KB
test_10.txt AC 26 ms 796 KB
test_11.txt AC 24 ms 800 KB
test_12.txt AC 24 ms 816 KB
test_13.txt AC 25 ms 748 KB
test_14.txt AC 25 ms 800 KB
test_15.txt AC 24 ms 804 KB
test_16.txt AC 25 ms 924 KB
test_17.txt AC 23 ms 924 KB