/ SeriousOJ /

Record Detail

Compile Error

foo.c:1:10: fatal error: iostream: No such file or directory
    1 | #include <iostream>
      |          ^~~~~~~~~~
compilation terminated.

Code

#include <iostream>

using namespace std;

int main()
{
  
	int a,b;
	cin>>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:36:49
Judged At
2024-11-05 14:36:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes