Submission #1871358


Source Code Expand

#include <cstdio>
long long n, s, a, b;
int main() {
	freopen("input.txt", "r", stdin);
	scanf("%d", &n);
	while(n--) {
		scanf("%d", &a);
		if(!a) b=0;
		b += a;
		s += b/2;
		b %= 2;
	}
	printf("%lld", s);
	return 0;
}

Submission Info

Submission Time
Task B - Simplified mahjong
User t1234
Language C++14 (GCC 5.4.1)
Score 0
Code Size 234 Byte
Status WA
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:5:16: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘long long int*’ [-Wformat=]
  scanf("%d", &n);
                ^
./Main.cpp:7:17: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘long long int*’ [-Wformat=]
   scanf("%d", &a);
                 ^
./Main.cpp:4:34: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  freopen("input.txt", "r", stdin);
                                  ^
./Main.cpp:5:17: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
                 ^
./Main.cpp:7:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a);
                  ^

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 400
Status
WA × 2
AC × 4
WA × 20
Set Name Test Cases
Sample s1.txt, s2.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 20.txt, 21.txt, 22.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
01.txt WA 1 ms 128 KB
02.txt WA 0 ms 128 KB
03.txt WA 0 ms 128 KB
04.txt WA 0 ms 128 KB
05.txt WA 0 ms 128 KB
06.txt WA 0 ms 128 KB
07.txt WA 0 ms 128 KB
08.txt WA 0 ms 128 KB
09.txt WA 0 ms 128 KB
10.txt WA 0 ms 128 KB
11.txt AC 0 ms 128 KB
12.txt WA 0 ms 128 KB
13.txt WA 0 ms 128 KB
14.txt WA 0 ms 128 KB
15.txt AC 0 ms 128 KB
16.txt WA 0 ms 128 KB
17.txt WA 0 ms 128 KB
18.txt AC 0 ms 128 KB
19.txt AC 0 ms 128 KB
20.txt WA 0 ms 128 KB
21.txt WA 0 ms 128 KB
22.txt WA 0 ms 128 KB
s1.txt WA 0 ms 128 KB
s2.txt WA 1 ms 128 KB