Runtime Error
Code
#include <stdio.h>
int main () {
int a,b,c;
scanf("%d%d%d", "&a,&b,&c");
printf("Enter three integers (a,b,c):");
int sum= a + b + c;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1172 Counting Triplets
- Contest
- Intra LU IEEE Beginner Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-02-26 07:08:16
- Judged At
- 2025-02-26 07:08:16
- Judged By
- Score
- 0
- Total Time
- 1ms
- Peak Memory
- 560.0 KiB