進階助教都喜歡把程式碼壓的盡量短
常常導致程式碼不易閱讀
現在請你把程式碼壓到不能再壓
除了巨集不能壓以外
其他的程式碼都可以壓成一行
巨集以外同一行裡面如果有空白也盡量拿掉
一份code
壓過的code
#include <iostream> #include<cctype> #include <algorithm> #define endl '\n' using namespace std; int main() { cin.tie(nullptr); ios::sync_with_stdio(false); int a=5, &ptr=a; cout << ptr << endl; return 0; }
#include <iostream> #include<cctype> #include <algorithm> #define endl '\n' using namespace std;int main(){cin.tie(nullptr);ios::sync_with_stdio(false);int a=5,&ptr=a;cout<<ptr<<endl;return 0;}
話說這題是A186...沒,什麼都沒有
編號 | 身分 | 題目 | 主題 | 人氣 | 發表日期 |
沒有發現任何「解題報告」 |