栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

poj 1244 Slots of Fun

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

poj 1244 Slots of Fun

#include <iostream>#include <cstdio>#include <cstring>#include <algorithm>#include <cmath>using namespace std;#define INF 0x7ffffff#define MAXN 110#define eps 1e-7#define ghs 1.7320508075struct line{    int num;    double x[3],y[3];}p[27];bool judge(line & q){    double ans = (q.x[0] - q.x[1]) * (q.x[0] - q.x[1]) + (q.y[0] - q.y[1]) * (q.y[0] - q.y[1]);    for(int i = 1; i < 3; i++){        if(fabs(ans - ((q.x[i] - q.x[(i+1)%3]) * (q.x[i] - q.x[(i+1)%3]) + (q.y[i] - q.y[(i+1)%3]) * (q.y[i] - q.y[(i+1)%3]))) > eps)return 0;    }    return 1;}int main(){    int n,i,j;    double t, a, b;    char c;    while(scanf("%d",&n),n){        for(i = 0; i < 27; i++){ p[i].num = 0;        }        a = 10000.0;        b = 10000.0;        getchar();        for(i = 1; i <= n; i++){ t = a ; for(j = 1; j <= i; j++){     c = getchar();     p[c - 'a'].x[p[c-'a'].num] = t;     p[c - 'a'].y[p[c-'a'].num] = b;     p[c - 'a'].num ++;     t = t + 2*ghs; } a = a - ghs; b = b - 3.0;        }        int flag = 0;        for(i = 0; i < 26; i++){ if(p[i].num != 3)continue; if(judge(p[i])){printf("%c",'a'+i);flag = 1;}        }        if(!flag){ printf("LOOOOOOOOSER!");        }        putchar('n');    }    return 0;}
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/378075.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号