The Pilots Brothers' refrigerator
生活随笔
收集整理的這篇文章主要介紹了
The Pilots Brothers' refrigerator
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#include<iostream>
#include<cstdio>
#include<string>
using namespace std;
int mem[4][4];//用于儲存翻轉次數,如果是偶數,則相當于沒有翻轉int main(){char ch;for (int x = 0; x<4; x++){//按sample的順序,x代表縱行,y是橫列for (int y = 0; y <= 4; y++){ch = getchar();if (ch == '+'){for (int i = 0; i<4; i++){mem[i][y]++;}for (int j = 0; j<4; j++){mem[x][j]++;}mem[x][y]++;}}}int ans = 0;string str;for (int x = 0; x<4; x++){for (int y = 0; y<4; y++){int index = mem[x][y];if ((index / 2) * 2 != index){ //表明是奇數,則是需要點擊一次ans++;str += ('1' + x);str += 32;str += '1' + y;str += '\n';}}}printf("%d\n", ans);cout << str;return 0;
}
?
轉載于:https://www.cnblogs.com/ALINGMAOMAO/p/11197374.html
總結
以上是生活随笔為你收集整理的The Pilots Brothers' refrigerator的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java IO流小结
- 下一篇: 下载软件的好地方