Submission #65794307


Source Code Expand

Copy
#include <stdio.h>
#include <ctype.h>
int main(void) {
int c;
while ((c = getchar()) != EOF && c != '\n') {
if (isupper(c)) putchar(c);
}
putchar('\n');
return 0;
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#include <stdio.h>
#include <ctype.h>

int main(void) {
	int c;
	while ((c = getchar()) != EOF && c != '\n') {
		if (isupper(c)) putchar(c);
	}
	putchar('\n');
	return 0;
}

Submission Info

Submission Time
Task A - CBC
User mikecat
Language C (gcc 12.2.0)
Score 100
Code Size 184 Byte
Status AC
Exec Time 0 ms
Memory 1628 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 19
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_test_00.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt, 01_test_08.txt, 01_test_09.txt, 01_test_10.txt, 01_test_11.txt, 01_test_12.txt, 01_test_13.txt, 01_test_14.txt, 01_test_15.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 0 ms 1444 KB
00_sample_01.txt AC 0 ms 1616 KB
00_sample_02.txt AC 0 ms 1504 KB
01_test_00.txt AC 0 ms 1536 KB
01_test_01.txt AC 0 ms 1444 KB
01_test_02.txt AC 0 ms 1564 KB
01_test_03.txt AC 0 ms 1508 KB
01_test_04.txt AC 0 ms 1624 KB
01_test_05.txt AC 0 ms 1628 KB
01_test_06.txt AC 0 ms 1508 KB
01_test_07.txt AC 0 ms 1508 KB
01_test_08.txt AC 0 ms 1620 KB
01_test_09.txt AC 0 ms 1624 KB
01_test_10.txt AC 0 ms 1448 KB
01_test_11.txt AC 0 ms 1444 KB
01_test_12.txt AC 0 ms 1624 KB
01_test_13.txt AC 0 ms 1448 KB
01_test_14.txt AC 0 ms 1568 KB
01_test_15.txt AC 0 ms 1504 KB


2025-05-15 (Thu)
07:11:05 +09:00