#include int carre(int); int Smax=INT_MIN; int Smin=INT_MAX; int S; int main(void) { for(int i=0;i<64;i++) { S=carre(i); if(S>Smax) { Smax=S; } if(S