Compile Error
foo.c: In function 'main': foo.c:7:12: error: expected '(' before 'a' 7 | if a >b{ | ^ | (
Code
#include <stdio.h>
int main()
{
int a,b;
scanf("%d %d", &a, &b);
if a >b{
a=b;
}
return (a *(a+1)*((a+a)+1))/ 6;
}
Information
- Submit By
- Type
- Pretest
- Problem
- P1121 Square Counting Challenge
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-11-05 14:35:12
- Judged At
- 2024-11-05 14:35:12
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes