bool M1;
#include <bits/stdc++.h>
#define look_time cerr<<(double)clock()/CLOCKS_PER_SEC<<endl
#define look_memory cerr<<abs(&M1-&M2)/1024.0/1024.0<<endl
using namespace std;

int A[100000];

bool M2;

int main()
{
    int a,b;
    cin>>a>>b;
    cout<<a+b<<endl;
    // cout<<1/0<<endl;
    look_time;
    look_memory;
    return 0;
}

/*
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
    "font_size": 13,
    "translate_tabs_to_spaces": true,
    "highlight_line": true,
    "caret_style": "blink",
    "save_on_focus_lost": true,
    "auto_complete_commit_on_tab": true,
    "highlight_modified_tabs": true,

}

*/


2 条评论

  • 1