/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 2ms 284.0 KiB

Code

#include <stdio.h>
#include <math.h>


int main()
{
	int x;
	int y;
	
    scanf("%d%d", &x, &y);
    printf("%d\n", x + y);
    
	return 0;
	
}

Information

Submit By
Type
Pretest
Problem
P1000 A + B
Language
C11 (GCC 13.2.0)
Submit At
2025-08-31 16:03:25
Judged At
2025-08-31 16:03:25
Judged By
Score
0
Total Time
2ms
Peak Memory
284.0 KiB